Upload DNALongBench CMP-Seq dataset
Browse files
meta.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"source": "dnalongbench_cmp",
|
| 3 |
+
"cell_type": "HFF",
|
| 4 |
+
"sequence_key": "sequence",
|
| 5 |
+
"sequence_format": "string",
|
| 6 |
+
"sequence_encoding": "string",
|
| 7 |
+
"label_key": "label_ut",
|
| 8 |
+
"mask_key": "mask_ut",
|
| 9 |
+
"target_length": 99681,
|
| 10 |
+
"num_bins": 448,
|
| 11 |
+
"upper_offset": 2,
|
| 12 |
+
"tfrecords": {
|
| 13 |
+
"train": "data/dnalongbench/contact_map_prediction/targets/train-*.tfr",
|
| 14 |
+
"validation": "data/dnalongbench/contact_map_prediction/targets/valid-*.tfr",
|
| 15 |
+
"test": "data/dnalongbench/contact_map_prediction/targets/test-*.tfr"
|
| 16 |
+
},
|
| 17 |
+
"created_at_unix": 1769101574
|
| 18 |
+
}
|