zyndagj / BSMAPz

Updated and optimized fork of BSMAP
Other
21 stars 6 forks source link

OverflowError in methratio.py #38

Open NaKent opened 3 years ago

NaKent commented 3 years ago

Hi @zyndagj , I tried to run command below, but it didn't work. (The same error seems to be occrured before.) Bam file is a data from arabidopsis and BSMAPz's version is 1.1.3.


Things I've tried:

Traceback (most recent call last): File "/home/kent/anaconda3/envs/py27/bin/methratio.py", line 585, in main() File "/home/kent/anaconda3/envs/py27/bin/methratio.py", line 143, in main ret = map(chromWorker, argList) File "/home/kent/anaconda3/envs/py27/bin/methratio.py", line 301, in chromWorker searchFunc(refseq, seq, depth, meth, convert, match, pos) File "/home/kent/anaconda3/envs/py27/bin/methratio.py", line 543, in searchFunc depth[ip] += 1 OverflowError: unsigned short is greater than maximum