Skip to content

Commit

Permalink
Merge pull request #146 from nf-core/update/modules
Browse files Browse the repository at this point in the history
Update `vg deconstruct` to v1.50.1
  • Loading branch information
subwaystation authored Aug 21, 2023
2 parents 818f809 + ffb263e commit 3053320
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions modules/local/multiqc_community/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process MULTIQC_COMMUNITY {
tag "$meta.id"
label 'process_single'

conda "bioconda::multiqc=1.14"
conda "bioconda::multiqc=1.15"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/multiqc:1.14--pyhdfd78af_0' :
'biocontainers/multiqc:1.14--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/multiqc:1.15--pyhdfd78af_0' :
'biocontainers/multiqc:1.15--pyhdfd78af_0' }"

input:
tuple val(meta), path(multiqc_files, stageAs: "?/*")
Expand Down
6 changes: 3 additions & 3 deletions modules/local/paf2net/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process PAF2NET {
tag "$meta.id"
label 'process_single'

conda "bioconda::pggb=0.5.3"
conda "bioconda::pggb=0.5.4"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pggb:0.5.3--hdfd78af_2':
'biocontainers/pggb:0.5.3--hdfd78af_2' }"
'https://depot.galaxyproject.org/singularity/pggb:0.5.4--hdfd78af_0':
'biocontainers/pggb:0.5.4--hdfd78af_0' }"

input:
tuple val(meta), path(paf)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/vg_deconstruct/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ process VG_DECONSTRUCT {
'https://depot.galaxyproject.org/singularity/pggb:0.5.3--hdfd78af_2':
'quay.io/biocontainers/pggb:0.5.3--hdfd78af_2' }"
*/
container "ghcr.io/pangenome/pggb:2023062221192542ea28"
container "ghcr.io/pangenome/pggb:20230819064109936a2c"

input:
tuple val(meta), path(graph), val(vcf_spec)
Expand Down

0 comments on commit 3053320

Please sign in to comment.