Skip to content

Commit

Permalink
updated main executable
Browse files Browse the repository at this point in the history
  • Loading branch information
souryacs committed Jul 1, 2020
1 parent 9878899 commit 7031436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FitHiChIP_HiCPro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ if [[ ! -z "$bedtoolsversion1" ]]; then
elif [[ $num1 -eq 2 && $num2 -eq 26 && $num3 -ge 0 ]]; then
echo "Installed bedtools version: "${bedtoolsversion1}
else
echo " - Samtools version should be at least 1.6 !!! FitHiChIP quits !!!"
echo " - bedtools version should be at least 2.26.0 !!! FitHiChIP quits !!!"
errcond=1
fi
else
Expand Down Expand Up @@ -777,7 +777,7 @@ if [[ -z "$bedtoolsversion1" && ! -z "$bedtoolsversion2" ]]; then
elif [[ $num1 -eq 2 && $num2 -eq 26 && $num3 -ge 0 ]]; then
echo "Installed bedtools version: "${bedtoolsversion2}
else
echo " - Samtools version should be at least 1.6 !!! FitHiChIP quits !!!"
echo " - bedtools version should be at least 2.26.0 !!! FitHiChIP quits !!!"
errcond=1
fi
else
Expand Down

0 comments on commit 7031436

Please sign in to comment.