gnu: pigx-chipseq: Use latest snakemake.

* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace snakemake-4
with snakemake.
This commit is contained in:
Ricardo Wurmus 2018-11-23 16:29:35 +01:00
parent 936ea3d664
commit c068d00746
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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)))