Skip to content

Commit 10ecfff

Browse files
committed
change sigrap container for dev version
1 parent 332ae18 commit 10ecfff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/local/sigrap/chord/main.nf

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

5-
container 'ghcr.io/umccr/sigrap:0.2.0'
5+
container 'docker.io/qclayssen/sigrap:0.2.0-dev-1'
66

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

modules/local/sigrap/hrdetect/main.nf

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

5-
container 'ghcr.io/umccr/sigrap:0.2.0'
5+
container 'docker.io/qclayssen/sigrap:0.2.0-dev-1'
66

77
input:
88
tuple val(meta), path(smlv_somatic_vcf), path(sv_somatic_vcf), path(cnv_somatic_tsv)

modules/local/sigrap/mutpat/main.nf

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

5-
container 'ghcr.io/umccr/sigrap:0.2.0'
5+
container 'docker.io/qclayssen/sigrap:0.2.0-dev-1'
66

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

0 commit comments

Comments
 (0)