me
/
guix
Archived
1
0
Fork 0

gnu: filtlong: Drop input labels.

* gnu/packages/bioinformatics.scm (filtlong)[inputs]: Drop labels.
master
Ricardo Wurmus 2023-01-06 13:59:04 +01:00
parent f5ffcd31c2
commit 0070e52ade
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -14345,9 +14345,9 @@ phase + query phase).")
(substitute* "scripts/read_info_histograms.sh"
(("awk") (which "gawk"))))))))
(inputs
`(("gawk" ,gawk) ;for read_info_histograms.sh
("python" ,python-2) ;required for histogram.py
("zlib" ,zlib)))
(list gawk ;for read_info_histograms.sh
python-2 ;required for histogram.py
zlib))
(home-page "https://github.com/rrwick/Filtlong/")
(synopsis "Tool for quality filtering of Nanopore and PacBio data")
(description