etrop commited on
Commit
cd90758
1 Parent(s): c423653

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ you request a sequence length smaller than 114,688 bps than the labels will be s
77
  Task Args:<br>
78
  `sequence_length`: an interger type, the desired final sequence length, *must be a multiple of 128 given the binned nature of labels<br>
79
 
80
- Input: a genomic nucleotide sequence centered around the labeled region of the gene transcription start site<br>
81
  Output: a variable length vector depending on the requested sequence length [requested_sequence_length / 128, 50]
82
 
83
  #### Splits
 
77
  Task Args:<br>
78
  `sequence_length`: an interger type, the desired final sequence length, *must be a multiple of 128 given the binned nature of labels<br>
79
 
80
+ Input: a genomic nucleotide sequence<br>
81
  Output: a variable length vector depending on the requested sequence length [requested_sequence_length / 128, 50]
82
 
83
  #### Splits