We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2ac025 + d99cee8 commit 9bfa1fdCopy full SHA for 9bfa1fd
manuscript/case2/1_train_with_online_sampler/data/process_data.sh
@@ -19,8 +19,8 @@ tabix -p bed sorted_deepsea_data.bed.gz
19
20
sort -o distinct_features.txt distinct_features.txt
21
22
-python create_TF_intervals.py distinct_features.txt \
23
- sorted_deepsea_data.bed \
24
- TF_intervals_unmerged.txt
+python create_TF_intervals_file.py distinct_features.txt \
+ sorted_deepsea_data.bed \
+ TF_intervals_unmerged.txt
25
26
bedtools merge -i TF_intervals_unmerged.txt > TF_intervals.txt
0 commit comments