Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
verku committed Oct 6, 2023
1 parent dcc027e commit 81e24df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/1.1_fastq_processing.smk
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ rule fastp_historical:
R2_un=temp("results/historical/trimming/{sample}_{index}_{lane}_R2_unmerged.fastq.gz"),
merged="results/historical/trimming/{sample}_{index}_{lane}_trimmed_merged.fastq.gz",
html="results/historical/trimming/stats/{sample}_{index}_{lane}_fastp_report.html",
json=temp("results/modern/trimming/stats/{sample}_{index}_{lane}_fastp_report.json"),
json=temp("results/historical/trimming/stats/{sample}_{index}_{lane}_fastp_report.json"),
params:
readlength=config["hist_readlength"],
report="fastp report for {sample}_{index}_{lane}",
Expand Down

0 comments on commit 81e24df

Please sign in to comment.