gnu: hisat2: Use pandoc instead of ghc-pandoc.
* gnu/packages/bioinformatics.scm (hisat2)[native-inputs]: Replace ghc-pandoc with pandoc.master
parent
3d7bf5a393
commit
e6bdc6949b
|
@ -3617,7 +3617,7 @@ particular, reads spanning multiple exons.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip) ; needed for archive from ftp
|
`(("unzip" ,unzip) ; needed for archive from ftp
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pandoc" ,ghc-pandoc))) ; for documentation
|
("pandoc" ,pandoc))) ; for documentation
|
||||||
(home-page "https://ccb.jhu.edu/software/hisat2/index.shtml")
|
(home-page "https://ccb.jhu.edu/software/hisat2/index.shtml")
|
||||||
(synopsis "Graph-based alignment of genomic sequencing reads")
|
(synopsis "Graph-based alignment of genomic sequencing reads")
|
||||||
(description "HISAT2 is a fast and sensitive alignment program for mapping
|
(description "HISAT2 is a fast and sensitive alignment program for mapping
|
||||||
|
|
Reference in New Issue