mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: jellyfish: Drop input labels.
* gnu/packages/bioinformatics.scm (jellyfish)[native-inputs]: Drop package labels.
This commit is contained in:
parent
4ef9ac7f27
commit
661e995c70
1 changed files with 4 additions and 4 deletions
|
@ -5550,10 +5550,10 @@ (define-public jellyfish
|
|||
;; to run tests.
|
||||
(setenv "SHELL" (which "bash")))))))
|
||||
(native-inputs
|
||||
`(("bc" ,bc)
|
||||
("time" ,time)
|
||||
("python" ,python-wrapper)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(list bc
|
||||
time
|
||||
python-wrapper
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list htslib))
|
||||
(synopsis "Tool for fast counting of k-mers in DNA")
|
||||
|
|
Loading…
Reference in a new issue