guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: pigx-chipseq: Use pandoc-1.


From: Ricardo Wurmus
Subject: 03/06: gnu: pigx-chipseq: Use pandoc-1.
Date: Mon, 19 Mar 2018 06:08:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fd757a8f21252044f8180ed69de1cd82ef1857f1
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 19 10:44:32 2018 +0100

    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.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3672241..59cd1bd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12778,8 +12778,8 @@ expression report comparing samples in an easily 
configurable manner.")
        ("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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]