gnu: nanopolish: Use python-wrapper.

* gnu/packages/bioinformatics.scm (nanopolish)[inputs]: Replace "python" with
"python-wrapper" as scripts require "python" executable.
master
Ricardo Wurmus 2019-03-19 13:29:57 +01:00
parent 7c1685e9d8
commit c5542196d5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -14290,7 +14290,7 @@ choosing which reads pass the filter.")
("hdf5" ,hdf5)
("htslib" ,htslib)
("perl" ,perl)
("python" ,python)
("python" ,python-wrapper)
("python-biopython" ,python-biopython)
("python-numpy" ,python-numpy)
("python-pysam" ,python-pysam)