Skip to content

Commit 9bfa1fd

Browse files
authored
Merge pull request #158 from sashuIya/patch-1
Fix wrong filename
2 parents f2ac025 + d99cee8 commit 9bfa1fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manuscript/case2/1_train_with_online_sampler/data/process_data.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ tabix -p bed sorted_deepsea_data.bed.gz
1919

2020
sort -o distinct_features.txt distinct_features.txt
2121

22-
python create_TF_intervals.py distinct_features.txt \
23-
sorted_deepsea_data.bed \
24-
TF_intervals_unmerged.txt
22+
python create_TF_intervals_file.py distinct_features.txt \
23+
sorted_deepsea_data.bed \
24+
TF_intervals_unmerged.txt
2525

2626
bedtools merge -i TF_intervals_unmerged.txt > TF_intervals.txt

0 commit comments

Comments
 (0)