Closed mcshane closed 3 years ago
Alas, this is an HTSlib bug fixed post-1.11 by samtools/htslib#1150. This is also the explanation for wtsi-npg/npg_conda#168; see also this lament.
Thanks @jmarshall. Thought I was losing my mind :-)
Modified Dockerfile to build from develop and, indeed, already fixed there.
Roll on 1.12 :smile:
As the links on the PR show, I've backported this to pysam (as yet unreleased; 1.12 might still beat it to release!) and bioconda and Debian's htslib packages, so they are unaffected.
iRODS support in Dockerfile below works for the version 1.10.2, but not for 1.11.
Specifically, when loading an irods file with
My suspicion is perhaps samtools/htslib@9dfbf8d7 from @daviesrob and then some change now required here in
htslib-plugins
??The above logging looks like this with
1.10.2
:The Dockerfile is a modification of one from @jmarshall 's gist (https://gist.github.com/jmarshall/adc75969306354f4398896f1fc1f4865)