gnu: filtlong: Drop input labels.
* gnu/packages/bioinformatics.scm (filtlong)[inputs]: Drop labels.master
parent
f5ffcd31c2
commit
0070e52ade
|
@ -14345,9 +14345,9 @@ phase + query phase).")
|
||||||
(substitute* "scripts/read_info_histograms.sh"
|
(substitute* "scripts/read_info_histograms.sh"
|
||||||
(("awk") (which "gawk"))))))))
|
(("awk") (which "gawk"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gawk" ,gawk) ;for read_info_histograms.sh
|
(list gawk ;for read_info_histograms.sh
|
||||||
("python" ,python-2) ;required for histogram.py
|
python-2 ;required for histogram.py
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(home-page "https://github.com/rrwick/Filtlong/")
|
(home-page "https://github.com/rrwick/Filtlong/")
|
||||||
(synopsis "Tool for quality filtering of Nanopore and PacBio data")
|
(synopsis "Tool for quality filtering of Nanopore and PacBio data")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue