Skip to content

Commit

Permalink
Merge pull request FunctionLab#158 from sashuIya/patch-1
Browse files Browse the repository at this point in the history
Fix wrong filename
  • Loading branch information
kathyxchen authored Feb 26, 2021
2 parents f2ac025 + d99cee8 commit 9bfa1fd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ tabix -p bed sorted_deepsea_data.bed.gz

sort -o distinct_features.txt distinct_features.txt

python create_TF_intervals.py distinct_features.txt \
sorted_deepsea_data.bed \
TF_intervals_unmerged.txt
python create_TF_intervals_file.py distinct_features.txt \
sorted_deepsea_data.bed \
TF_intervals_unmerged.txt

bedtools merge -i TF_intervals_unmerged.txt > TF_intervals.txt

0 comments on commit 9bfa1fd

Please sign in to comment.