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".
This commit is contained in:
parent
1f94ba9408
commit
9cc66d75a2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue