diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-05 11:26:34 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-05 11:26:34 +0200 |
commit | 9cc66d75a229b8b3d4a1166ce6d29ea2f2815bf0 (patch) | |
tree | f16f8275c8e596f5cfb33c764ba40b6395d11ac9 /gnu | |
parent | 1f94ba94082f706eac5e19d56ef6d72f54239743 (diff) | |
download | guix-9cc66d75a229b8b3d4a1166ce6d29ea2f2815bf0.tar guix-9cc66d75a229b8b3d4a1166ce6d29ea2f2815bf0.tar.gz |
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".
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 57150aefb2..2d60165451 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) |