Skip to content

Commit

Permalink
Update findHalfcoverage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yumisims authored Aug 8, 2023
1 parent 7707ddf commit 8675c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/findHalfcoverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_cov_peaks(file):
halfPeak = int(peakCov) / 2
qrtPeak = int(peakCov) / 4

#print("#Coverage Peak is %s, HalfPeak is %s, QuarterPeak is %s " % (peakCov, halfPeak, qrtPeak))
# print("#Coverage Peak is %s, HalfPeak is %s, QuarterPeak is %s " % (peakCov, halfPeak, qrtPeak))

return (peakCov, halfPeak, qrtPeak)

Expand Down

0 comments on commit 8675c1d

Please sign in to comment.