Archived
1
0
Fork 0

gnu: jellyfish: Drop input labels.

* gnu/packages/bioinformatics.scm (jellyfish)[native-inputs]: Drop package
labels.
This commit is contained in:
Ricardo Wurmus 2023-02-13 23:07:47 +01:00
parent 4ef9ac7f27
commit 661e995c70
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5550,10 +5550,10 @@ experiments and provide highly stable thresholds based on reproducibility.")
;; to run tests. ;; to run tests.
(setenv "SHELL" (which "bash"))))))) (setenv "SHELL" (which "bash")))))))
(native-inputs (native-inputs
`(("bc" ,bc) (list bc
("time" ,time) time
("python" ,python-wrapper) python-wrapper
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
(list htslib)) (list htslib))
(synopsis "Tool for fast counting of k-mers in DNA") (synopsis "Tool for fast counting of k-mers in DNA")