hap.py icon indicating copy to clipboard operation
hap.py copied to clipboard

Ubuntu-based Docker image uses outdated pysam, incompatible with Tools/bamstats.py

Open bernochoa opened this issue 7 years ago • 1 comments

The default ubuntu-based docker image is built using the default Python libraries from Ubuntu's repo, which for the pysam library are very outdated. This breaks the Tools/bamstats.py module, which calls pysam.idxstats(). This function previously returned a list instead of the string that the module expects, leading to an attribute exception.

bernochoa avatar Jan 02 '18 13:01 bernochoa

Thanks! I'll change the pysam method of installation to pip for the next release.

pkrusche avatar Jan 15 '18 20:01 pkrusche