guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: pigx-scrnaseq: Use only one variant of Picard.


From: Ricardo Wurmus
Subject: 02/02: gnu: pigx-scrnaseq: Use only one variant of Picard.
Date: Tue, 5 Jun 2018 05:27:11 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 9cc66d75a229b8b3d4a1166ce6d29ea2f2815bf0
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 5 11:26:34 2018 +0200

    gnu: pigx-scrnaseq: Use only one variant of Picard.
    
    * gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace
    "java-picard" with "java-picard-2.10.3".
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 57150ae..2d60165 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13071,7 +13071,7 @@ methylation and segmentation.")
        ("perl" ,perl)
        ("dropseq-tools" ,dropseq-tools)
        ("fastqc" ,fastqc)
-       ("java-picard" ,java-picard)
+       ("java-picard" ,java-picard-2.10.3) ; same as for dropseq
        ("java" ,icedtea-8)
        ("python-wrapper" ,python-wrapper)
        ("python-pyyaml" ,python-pyyaml)



reply via email to

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