Open romansloutsky opened 7 years ago
@yarden #112
While I was at it, I replaced pysam.Samfile with pysam.AlignmentFile everywhere I found it.
It looks like the continuous integration build fails because pip install pysam fails under python 2.6, unrelated to this bugfix.
pip install pysam
@yarden #112
While I was at it, I replaced pysam.Samfile with pysam.AlignmentFile everywhere I found it.