gnu: pigx-chipseq: Use latest snakemake.
* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace snakemake-4 with snakemake.
This commit is contained in:
parent
936ea3d664
commit
c068d00746
|
@ -13073,7 +13073,7 @@ expression report comparing samples in an easily configurable manner.")
|
||||||
("fastqc" ,fastqc)
|
("fastqc" ,fastqc)
|
||||||
("bowtie" ,bowtie)
|
("bowtie" ,bowtie)
|
||||||
("idr" ,idr)
|
("idr" ,idr)
|
||||||
("snakemake" ,snakemake-4)
|
("snakemake" ,snakemake)
|
||||||
("samtools" ,samtools)
|
("samtools" ,samtools)
|
||||||
("bedtools" ,bedtools)
|
("bedtools" ,bedtools)
|
||||||
("kentutils" ,kentutils)))
|
("kentutils" ,kentutils)))
|
||||||
|
|
Loading…
Reference in New Issue