mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: pigx-chipseq: Use pandoc-1.
* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
This commit is contained in:
parent
1a29fc3ff9
commit
fd757a8f21
1 changed files with 2 additions and 2 deletions
|
@ -12778,8 +12778,8 @@ (define-public pigx-chipseq
|
|||
("macs" ,macs)
|
||||
("multiqc" ,multiqc)
|
||||
("perl" ,perl)
|
||||
("ghc-pandoc" ,ghc-pandoc)
|
||||
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
|
||||
("ghc-pandoc" ,ghc-pandoc-1)
|
||||
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1)
|
||||
("fastqc" ,fastqc)
|
||||
("bowtie" ,bowtie)
|
||||
("idr" ,idr)
|
||||
|
|
Loading…
Reference in a new issue