Skip to content

Commit

Permalink
Bump snakemake version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Jul 31, 2023
1 parent 7ecc420 commit 396a917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/nf-core/snakemake/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ process SNAKEMAKE {

// You will have to add all modules to this Conda definition and
// replace the container definition for one that suits your needs
conda "bioconda::snakemake=7.30.1"
conda "bioconda::snakemake=7.31.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/snakemake:7.30.1--hdfd78af_0' :
'biocontainers/snakemake:7.30.1--hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/snakemake:7.31.0--hdfd78af_1' :
'biocontainers/snakemake:7.31.0--hdfd78af_1' }"

input:
tuple val(meta), path(inputs)
Expand Down

0 comments on commit 396a917

Please sign in to comment.