gnu: stringtie: Update input. * gnu/packages/bioinformatics.scm (stringtie)[inputs]: Replace htslib-for-stringtie by htslib. Change-Id: I8f197b461ee5f0a0e1b1e1201437d3c7667c2685
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +1 -1
@@ 12504,7 12504,7 @@ against local background noises.") (let ((bin (string-append (assoc-ref outputs "out") "/bin/"))) (install-file "stringtie" bin))))))) (inputs (list bzip2 htslib-for-stringtie libdeflate zlib)) (list bzip2 htslib libdeflate zlib)) (home-page "https://ccb.jhu.edu/software/stringtie/") (synopsis "Transcript assembly and quantification for RNA-Seq data") (description