Skip to content

Commit

Permalink
perf: add ont temp flags (#475)
Browse files Browse the repository at this point in the history
* add ont temp flags

* whitespace fmt

* whitespace fmt

Co-authored-by: Thomas Battenfeld <[email protected]>
  • Loading branch information
alethomas and thomasbtf authored Feb 17, 2022
1 parent 6a0b899 commit 6447583
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflow/rules/long_read.smk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rule customize_primer_porechop:
input:
get_artic_primer,
output:
"results/.indicators/replacement_notice.txt",
temp("results/.indicators/replacement_notice.txt"),
conda:
"../envs/primechop.yaml"
log:
Expand Down Expand Up @@ -104,6 +104,8 @@ rule canu_correct:
"results/{date}/trimmed/nanofilt/{sample}.fastq",
output:
"results/{date}/corrected/{sample}/{sample}.correctedReads.fasta.gz",
temp(directory("results/{date}/corrected/{sample}/correction")),
temp(directory("results/{date}/corrected/{sample}/{sample}.seqStore")),
log:
"logs/{date}/canu/assemble/{sample}.log",
params:
Expand Down

0 comments on commit 6447583

Please sign in to comment.