Skip to content
Snippets Groups Projects
Commit f6ed27d9 authored by Sascha Meiers's avatar Sascha Meiers
Browse files

This might (?) fix a problem that seemed to occur randomly using singularity

parent a678f0e9
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ BPDENS = [ ...@@ -67,6 +67,7 @@ BPDENS = [
"selected_j{}_s{}_scedist{}".format(joint, single, scedist) for joint in [0.1] for single in [0.5] for scedist in [5,20] "selected_j{}_s{}_scedist{}".format(joint, single, scedist) for joint in [0.1] for single in [0.5] for scedist in [5,20]
] ]
# Todo: specify an exact version of the singularity file!
singularity: "docker://smei/mosaicatcher-pipeline:latest" singularity: "docker://smei/mosaicatcher-pipeline:latest"
localrules: localrules:
...@@ -384,7 +385,7 @@ rule generate_exclude_file_1: ...@@ -384,7 +385,7 @@ rule generate_exclude_file_1:
samtools = config["samtools"] samtools = config["samtools"]
shell: shell:
""" """
{params.samtools} view -H {input.bam} | awk '/^@SQ/' > {output} 2> {log} {params.samtools} view -H {input.bam} | awk "/^@SQ/" > {output} 2> {log}
""" """
rule generate_exclude_file_2: rule generate_exclude_file_2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment