Archived
1
0
Fork 0

gnu: nanopolish: Drop input labels.

* gnu/packages/bioinformatics.scm (nanopolish)[inputs]: Drop labels.
This commit is contained in:
Ricardo Wurmus 2023-01-06 15:01:05 +01:00
parent 24e5dbb57a
commit 04ea0e7de4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")