Update README.md
Browse files
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
|
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
|