Skip to content

Commit

Permalink
Merge pull request #72 from UMCUGenetics/release/v0.7.1
Browse files Browse the repository at this point in the history
Release/v0.7.1
  • Loading branch information
rernst authored Jun 9, 2023
2 parents 64ea49a + fcd72d7 commit 7bf677e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
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

0 comments on commit 7bf677e

Please sign in to comment.