Skip to content

Commit

Permalink
Fix small code bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalandrelli committed Feb 10, 2020
1 parent a2343c7 commit d49cee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/tad-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ chromosomes=("1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "
for i in "${chromosomes[@]}"; do
python ./HiCtool-master/scripts/HiCtool_TAD_analysis.py \
--action full_tad_analysis \
-i ./normalized_40000/chr$i_chr$i_40000.txt \
-i "./normalized_40000/chr"$i"_chr"$i"_40000.txt" \
-c ./HiCtool-master/scripts/chromSizes/ \
-s hg38 \
--isGlobal 0 \
Expand Down

0 comments on commit d49cee1

Please sign in to comment.