Anonymous - 2015-02-03

Originally posted by: nature.h... (code.google.com)@gmail.com

Following Dr. Ernesto suggestions, I changed my pysam version to pysam-0.7.7, it works great for the first question.(it might be caused the version of my pysam.)
For the second question, I made a modified on line 402 and 403 of the REDItoolDenovo.py scripts, I think it should be"
elif o == "-m": MAPQ=int(a)   
elif o == "-O": homo=int(a)
", and it works OK on my CentOS 6.5 with python 2.7.
Thanks to Dr. Ernesto again!