Skip to content
Snippets Groups Projects
Commit da1e0887 authored by Tobias Marschall's avatar Tobias Marschall
Browse files

Use only selected BAMs in rule generate_exclude_file_1

parent 38c4cadb
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ rule generate_exclude_file_1:
output:
temp("log/exclude_file.temp")
input:
bam = expand("bam/{sample}/selected/{bam}.bam", sample = SAMPLES[0], bam = ALLBAMS_PER_SAMPLE[SAMPLES[0]][0])
bam = expand("bam/{sample}/selected/{bam}.bam", sample = SAMPLES[0], bam = BAM_PER_SAMPLE[SAMPLES[0]][0])
log:
"log/generate_exclude_file_1.log"
params:
......
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