gnu: nanopolish: Use python-wrapper.
* gnu/packages/bioinformatics.scm (nanopolish)[inputs]: Replace "python" with "python-wrapper" as scripts require "python" executable.
This commit is contained in:
parent
7c1685e9d8
commit
c5542196d5
|
@ -14290,7 +14290,7 @@ choosing which reads pass the filter.")
|
||||||
("hdf5" ,hdf5)
|
("hdf5" ,hdf5)
|
||||||
("htslib" ,htslib)
|
("htslib" ,htslib)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("python" ,python)
|
("python" ,python-wrapper)
|
||||||
("python-biopython" ,python-biopython)
|
("python-biopython" ,python-biopython)
|
||||||
("python-numpy" ,python-numpy)
|
("python-numpy" ,python-numpy)
|
||||||
("python-pysam" ,python-pysam)
|
("python-pysam" ,python-pysam)
|
||||||
|
|
Loading…
Reference in New Issue