Skip to content

Commit

Permalink
chore: Bump ppanggolin version (#188)
Browse files Browse the repository at this point in the history
Signed-off-by: jvfe <[email protected]>
  • Loading branch information
jvfe authored Apr 10, 2024
1 parent 0b6353a commit e47e851
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ testing/
testing*
*.pyc
.nf-test
.nf-test.log
test.nf
6 changes: 3 additions & 3 deletions modules/local/ppanggolin/msa/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process PPANGGOLIN_MSA {
label 'process_high'
label 'process_high_memory'

conda "bioconda::ppanggolin=1.2.105"
conda "bioconda::ppanggolin=2.0.5"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ppanggolin:1.2.105--py37h8902056_0':
'quay.io/biocontainers/ppanggolin:1.2.105--py37h8902056_0' }"
'https://depot.galaxyproject.org/singularity/ppanggolin:2.0.5--py39hf95cd2a_0':
'quay.io/biocontainers/ppanggolin:2.0.5--py39hf95cd2a_0' }"

input:
tuple val(meta), path(pangenome)
Expand Down
6 changes: 3 additions & 3 deletions modules/local/ppanggolin/workflow/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ process PPANGGOLIN_WORKFLOW {
label 'process_high_memory'
label 'process_long'

conda "bioconda::ppanggolin=1.2.105"
conda "bioconda::ppanggolin=2.0.5"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ppanggolin:1.2.105--py37h8902056_0':
'quay.io/biocontainers/ppanggolin:1.2.105--py37h8902056_0' }"
'https://depot.galaxyproject.org/singularity/ppanggolin:2.0.5--py39hf95cd2a_0':
'quay.io/biocontainers/ppanggolin:2.0.5--py39hf95cd2a_0' }"

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

0 comments on commit e47e851

Please sign in to comment.