Skip to content

Commit

Permalink
Fix FastQScreen output key error
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Feb 5, 2025
1 parent faac4dd commit 167aa54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/fastq_screen.smk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rule fair_fastqc_multiqc_fastq_screen_single_ended:
txt=temp(
"tmp/fair_fastqc_multiqc_fastq_screen_single_ended/{sample}.fastq_screen.txt"
),
tmp="results/QC/fastq_screen/{sample}.fastq_screen.png",
png="results/QC/fastq_screen/{sample}.fastq_screen.png",
threads: 20
resources:
mem_mb=lambda wildcards, attempt: attempt * 500,
Expand Down Expand Up @@ -40,7 +40,7 @@ use rule fair_fastqc_multiqc_fastq_screen_single_ended as fair_fastqc_multiqc_fa
txt=temp(
"tmp/fair_fastqc_multiqc_fastq_screen_pair_ended/{sample}.{stream}.fastq_screen.txt"
),
tmp="results/QC/fastq_screen/{sample}.{stream}.fastq_screen.png",
png="results/QC/fastq_screen/{sample}.{stream}.fastq_screen.png",
log:
"logs/fair_fastqc_multiqc_fastq_screen_pair_ended/{sample}.{stream}.log",
benchmark:
Expand Down

0 comments on commit 167aa54

Please sign in to comment.