Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: "train/*.arrow"
|
| 7 |
+
- split: validation
|
| 8 |
+
path: "validation/*.arrow"
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
Processed version of hg38 with a seq length of 8192ps and an overlap of 0 bps. Chr8 is left out of training set. Sequences with more than 25% being "N"s are filtered out.
|