Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BWA-Mapping/bwa-0.7.17_samtools-1.9/Mapping.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process BWAMapping {
tag {"BWA Mem ${sample_id} - ${rg_id}"}
label 'BWA_0_7_17'
label 'BWA_0_7_17_Mem'
container = 'library://sawibo/default/bioinf-tools:bwa-0.7.17_samtools-1.9'
container = 'library://library.sylabs.io/sawibo/default/bioinf-tools:bwa-0.7.17_samtools-1.9'
shell = ['/bin/bash', '-euo', 'pipefail']

input:
Expand Down
2 changes: 1 addition & 1 deletion ControlFREEC/11.5/AssessSignificance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process AssessSignificance {
tag {"Control Freec AssessSignificance ${sample_id}"}
label 'ControlFreec_11_5'
label 'ControlFreec_11_5_AssessSignificance'
container = 'library://sawibo/default/bioinf-tools:freec11.5'
container = 'library://library.sylabs.io/sawibo/default/bioinf-tools:freec11.5'
shell = ['/bin/bash', '-euo', 'pipefail']

input:
Expand Down
3 changes: 1 addition & 2 deletions ControlFREEC/11.5/Freec.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ process Freec {
tag {"Control Freec ${sample_id}"}
label 'ControlFreec_11_5'
label 'ControlFreec_11_5_Freec'
//TODO: upload to singularity library
container = 'library://sawibo/default/bioinf-tools:freec11.5'
container = 'library://library.sylabs.io/sawibo/default/bioinf-tools:freec11.5'
shell = ['/bin/bash', '-euo', 'pipefail']

input:
Expand Down
2 changes: 1 addition & 1 deletion ControlFREEC/11.5/MakeGraph.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process MakeGraph {
tag {"Control Freec MakeGraph ${sample_id}"}
label 'ControlFreec_11_5'
label 'ControlFreec_11_5_MakeGraph'
container = 'library://sawibo/default/bioinf-tools:freec11.5'
container = 'library://library.sylabs.io/sawibo/default/bioinf-tools:freec11.5'
shell = ['/bin/bash', '-euo', 'pipefail']

input:
Expand Down
2 changes: 1 addition & 1 deletion ControlFREEC/11.5/MakeKaryotype.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process MakeKaryotype {
tag {"Control Freec MakeKaryotype ${sample_id}"}
label 'ControlFreec_11_5'
label 'ControlFreec_11_5_MakeKaryotype'
container = 'library://sawibo/default/bioinf-tools:freec11.5'
container = 'library://library.sylabs.io/sawibo/default/bioinf-tools:freec11.5'
shell = ['/bin/bash', '-euo', 'pipefail']

input:
Expand Down