gnu: nanopolish: Drop input labels.
* gnu/packages/bioinformatics.scm (nanopolish)[inputs]: Drop labels.
This commit is contained in:
parent
24e5dbb57a
commit
04ea0e7de4
1 changed files with 15 additions and 15 deletions
|
@ -14417,21 +14417,21 @@ choosing which reads pass the filter.")
|
||||||
`("PERL5LIB" ":" prefix (,perl5lib))))
|
`("PERL5LIB" ":" prefix (,perl5lib))))
|
||||||
(find-files scripts "\\.pl"))))))))
|
(find-files scripts "\\.pl"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-3.0) ; for wrappers
|
(list guile-3.0 ;for wrappers
|
||||||
("eigen" ,eigen)
|
eigen
|
||||||
("hdf5" ,hdf5)
|
hdf5
|
||||||
("htslib" ,htslib)
|
htslib
|
||||||
("minimap2" ,minimap2)
|
minimap2
|
||||||
("perl" ,perl)
|
perl
|
||||||
("bioperl" ,bioperl-minimal)
|
bioperl-minimal
|
||||||
("perl-getopt-long" ,perl-getopt-long)
|
perl-getopt-long
|
||||||
("python" ,python-wrapper)
|
python-wrapper
|
||||||
("python-biopython" ,python-biopython)
|
python-biopython
|
||||||
("python-numpy" ,python-numpy)
|
python-numpy
|
||||||
("python-pysam" ,python-pysam)
|
python-pysam
|
||||||
("python-scikit-learn" , python-scikit-learn)
|
python-scikit-learn
|
||||||
("python-scipy" ,python-scipy)
|
python-scipy
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(native-inputs (list cmake-minimal))
|
(native-inputs (list cmake-minimal))
|
||||||
(home-page "https://github.com/jts/nanopolish")
|
(home-page "https://github.com/jts/nanopolish")
|
||||||
(synopsis "Signal-level analysis of Oxford Nanopore sequencing data")
|
(synopsis "Signal-level analysis of Oxford Nanopore sequencing data")
|
||||||
|
|
Reference in a new issue