diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-08-15 10:10:39 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-15 10:10:39 +0200 |
commit | e6bdc6949b37158928cbb165b502b65f8c5f6693 (patch) | |
tree | 80749b2264b9ba2e9e0a0986cacb9901ddfde359 /gnu | |
parent | 3d7bf5a3939b6d10ad9aa16aba79cae40c46c368 (diff) |
gnu: hisat2: Use pandoc instead of ghc-pandoc.
* gnu/packages/bioinformatics.scm (hisat2)[native-inputs]: Replace ghc-pandoc
with pandoc.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 2f4a2b1461..cfe8d7188b 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3617,7 +3617,7 @@ particular, reads spanning multiple exons.") (native-inputs `(("unzip" ,unzip) ; needed for archive from ftp ("perl" ,perl) - ("pandoc" ,ghc-pandoc))) ; for documentation + ("pandoc" ,pandoc))) ; for documentation (home-page "https://ccb.jhu.edu/software/hisat2/index.shtml") (synopsis "Graph-based alignment of genomic sequencing reads") (description "HISAT2 is a fast and sensitive alignment program for mapping |