You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Zach,
I trying to computeGC.py and I have generated a genomecov file from bedtools as fellow:
bedtools genomecov -d -ibam id.sorted.bam -g ${ref} > id.genomecov
then I took id.genomecov to computeGC by neat:
python ${neat}utilities/computeGC.py -r ${ref} -i id.genomecov -w 50000 -o id_GC_models.p
I got this result:
line 103, in
avgCov = allMean/float(runningTot)
ZeroDivisionError: float division by zer
Any suggestions on how I can fix it or maybe change the sliding window? Any help is appreciated !
Thank you in advance.
Regards
Shatha
The text was updated successfully, but these errors were encountered:
Dear Zach,
I trying to computeGC.py and I have generated a genomecov file from bedtools as fellow:
bedtools genomecov -d -ibam id.sorted.bam -g ${ref} > id.genomecov
then I took id.genomecov to computeGC by neat:
python ${neat}utilities/computeGC.py -r ${ref} -i id.genomecov -w 50000 -o id_GC_models.p
I got this result:
line 103, in
avgCov = allMean/float(runningTot)
ZeroDivisionError: float division by zer
Any suggestions on how I can fix it or maybe change the sliding window? Any help is appreciated !
Thank you in advance.
Regards
Shatha
The text was updated successfully, but these errors were encountered: