From b6fd06fdf319e89d1fbb66b34fd739a12c7b1cd4 Mon Sep 17 00:00:00 2001 From: Yi Li Date: Wed, 25 Jan 2017 23:25:34 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4241dbd..88e1e0f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ All the data used for training can be downloaded from [here](https://cbcl.ics.uc 2. \*.seq files -------------- -**data_tr.seq** contains the 1,415,154 raw sequences with labels for training. It is a tab-delimited text file. The 1st column is the raw sequence, the 2nd column is the label with 1 = conserved, and 0 = non-conserved. +**data_tr.seq** contains the 1,415,154 raw sequences with labels for training obtained based on **cons.bed** and **noncons.bed**. It is a tab-delimited text file. The 1st column is the raw sequence, the 2nd column is the label with 1 = conserved, and 0 = non-conserved. **data_va.seq** contains the 180,000 raw sequences with labels for validation.