Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso authored Oct 12, 2023
1 parent d910312 commit 916fe88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ profiles {
wave.enabled = true
wave.strategy = ['conda']
wave.build.conda.basePackages = 'conda-forge::procps-ng'
conda.channels = 'seqera,bioconda,conda-forge,defaults'
conda.channels = 'seqera,conda-forge,bioconda,defaults'
}

docker {
Expand All @@ -54,7 +54,7 @@ profiles {

conda {
conda.enabled = true
conda.channels = 'seqera,bioconda,conda-forge,defaults'
conda.channels = 'seqera,conda-forge,bioconda,defaults'
}

slurm {
Expand Down

0 comments on commit 916fe88

Please sign in to comment.