guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a3f9fd26bb79d17a0c5d0721051c331a6ec9129e
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 21:40:44 2025 +0200
gnu: stringtie: Update input.
* gnu/packages/bioinformatics.scm (stringtie)[inputs]:
Replace htslib-for-stringtie by htslib.
Change-Id: I8f197b461ee5f0a0e1b1e1201437d3c7667c2685
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9aec85a40d..c726dcf376 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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