Skip to content

Commit 1164834

Browse files
committed
change bolt version to test
1 parent 6fc648b commit 1164834

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

modules/local/bolt/other/multiqc_report/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_OTHER_MULTIQC_REPORT {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6-multiqc'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3-multiqc'
66

77
input:
88
tuple val(meta), path(input_files)

modules/local/bolt/other/purple_baf_plot/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_OTHER_PURPLE_BAF_PLOT {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6-circos'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3-circos'
66

77
input:
88
tuple val(meta), path(purple_dir)

modules/local/bolt/smlv_germline/prepare/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_SMLV_GERMLINE_PREPARE {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3'
66

77
input:
88
tuple val(meta), path(smlv_vcf)

modules/local/bolt/smlv_germline/report/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_SMLV_GERMLINE_REPORT {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6-pcgr'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3-pcgr'
66

77
input:
88
tuple val(meta), path(smlv_vcf), path(smlv_unfiltered_vcf)

modules/local/bolt/smlv_somatic/annotate/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_SMLV_SOMATIC_ANNOTATE {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6-pcgr'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3-pcgr'
66

77
input:
88
tuple val(meta), path(smlv_vcf)

modules/local/bolt/smlv_somatic/filter/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_SMLV_SOMATIC_FILTER {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3'
66

77
input:
88
tuple val(meta), path(smlv_vcf)

modules/local/bolt/smlv_somatic/report/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_SMLV_SOMATIC_REPORT {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6-pcgr'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3-pcgr'
66

77
input:
88
tuple val(meta), path(smlv_vcf), path(smlv_filters_vcf), path(smlv_dragen_vcf), path(purple_purity)

modules/local/bolt/smlv_somatic/rescue/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_SMLV_SOMATIC_RESCUE {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3'
66

77
input:
88
tuple val(meta), path(smlv_vcf), path(smlv_tbi), path(sage_smlv_vcf), path(sage_smlv_tbi)

modules/local/bolt/sv_somatic/annotate/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_SV_SOMATIC_ANNOTATE {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6-snpeff'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3-snpeff'
66

77
input:
88
tuple val(meta), path(sv_vcf), path(cnv_tsv)

modules/local/bolt/sv_somatic/prioritise/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BOLT_SV_SOMATIC_PRIORITISE {
22
tag "${meta.id}"
33
label 'process_low'
44

5-
container 'ghcr.io/umccr/bolt:0.3.0-dev-6'
5+
container 'ghcr.io/umccr/bolt:v0.3.0-pcgr-v2.2.5-3'
66

77
input:
88
tuple val(meta), path(sv_vcf)

0 commit comments

Comments
 (0)