Skip to content

Commit

Permalink
Switch back to custom mlRho container
Browse files Browse the repository at this point in the history
  • Loading branch information
verku committed Nov 11, 2024
1 parent 0c1b1fa commit a16007f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions workflow/rules/7_mlRho.smk
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ rule bam2pro_autos:
log:
"results/logs/7_mlRho/{dataset}/" + REF_NAME + "/{sample}.{processed}_bam2pro_autos.log",
singularity:
"oras://community.wave.seqera.io/library/mlrho_samtools:ae1ee6e4a1a7ef5d"
"docker://nbisweden/generode-mlrho"
shell:
"""
minDP=`head -n 1 {input.dp} | cut -d' ' -f 2`
Expand Down Expand Up @@ -396,7 +396,7 @@ rule mlRho_autos:
log:
"results/logs/7_mlRho/{dataset}/" + REF_NAME + "/{sample}.{processed}_mlRho_autos.log",
singularity:
"oras://community.wave.seqera.io/library/mlrho_samtools:ae1ee6e4a1a7ef5d"
"docker://nbisweden/generode-mlrho"
shell:
"""
minDP=`head -n 1 {input.dp} | cut -d' ' -f 2`
Expand Down Expand Up @@ -427,7 +427,7 @@ rule bam2pro_sexchr:
log:
"results/logs/7_mlRho/{dataset}/" + REF_NAME + "/{sample}.{processed}_bam2pro_sexchr.log",
singularity:
"oras://community.wave.seqera.io/library/mlrho_samtools:ae1ee6e4a1a7ef5d"
"docker://nbisweden/generode-mlrho"
shell:
"""
minDP=`head -n 1 {input.dp} | cut -d' ' -f 2`
Expand Down Expand Up @@ -461,7 +461,7 @@ rule mlRho_sexchr:
log:
"results/logs/7_mlRho/{dataset}/" + REF_NAME + "/{sample}.{processed}_mlRho_sexchr.log",
singularity:
"oras://community.wave.seqera.io/library/mlrho_samtools:ae1ee6e4a1a7ef5d"
"docker://nbisweden/generode-mlrho"
shell:
"""
minDP=`head -n 1 {input.dp} | cut -d' ' -f 2`
Expand Down Expand Up @@ -492,7 +492,7 @@ rule bam2pro_genome:
log:
"results/logs/7_mlRho/{dataset}/" + REF_NAME + "/{sample}.{processed}_bam2pro_genome.log",
singularity:
"oras://community.wave.seqera.io/library/mlrho_samtools:ae1ee6e4a1a7ef5d"
"docker://nbisweden/generode-mlrho"
shell:
"""
minDP=`head -n 1 {input.dp} | cut -d' ' -f 2`
Expand Down Expand Up @@ -526,7 +526,7 @@ rule mlRho_genome:
log:
"results/logs/7_mlRho/{dataset}/" + REF_NAME + "/{sample}.{processed}_mlRho_genome.log",
singularity:
"oras://community.wave.seqera.io/library/mlrho_samtools:ae1ee6e4a1a7ef5d"
"docker://nbisweden/generode-mlrho"
shell:
"""
minDP=`head -n 1 {input.dp} | cut -d' ' -f 2`
Expand Down

0 comments on commit a16007f

Please sign in to comment.