Hi all,
I have recently upgraded to the recent version of samtools-1.1. Using 'rmdup' with samtools produces the below error:
"Samtools-htslib-API: bam_get_library() not yet implemented"
Could anyone help to fix this?
Hi all,
I have recently upgraded to the recent version of samtools-1.1. Using 'rmdup' with samtools produces the below error:
"Samtools-htslib-API: bam_get_library() not yet implemented"
Could anyone help to fix this?
I had this problem before, this is a known bug in samtools > 1.0 ...see e.g. https://biostar.usegalaxy.org/p/7928/ and https://biostar.usegalaxy.org/p/9335/... What I did was to just install samtools < 1 and it was okay then.. maybe you can give that a try?
I encountered the same error with samtools-1.2 but not with the current samtools-1.3. In 1.3 it works fine for me with:
Don't forget to sort your files prior to rmdup.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thanks for mentioning this on the samtools list as well! Hopefully that'll finally push someone to write bam_get_library() (in fact, maybe I'll have time tonight...we'll see).