Skip to content

Commit

Permalink
fix: changed kraken input files for ont (#650)
Browse files Browse the repository at this point in the history
* Changed kraken input files for ont

* Formatting

---------

Co-authored-by: Alexander Thomas <[email protected]>
  • Loading branch information
vBassewitz and alethomas authored Jun 6, 2024
1 parent 2bf92c2 commit b62007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ rule species_diversity_before_pe:
rule species_diversity_before_se:
input:
db="resources/minikraken-8GB",
reads=get_trimmed_reads,
reads="results/{date}/corrected/{sample}/{sample}.correctedReads.fasta.gz",
output:
kraken_output=temp(
"results/{date}/species-diversity/se/{sample}/{sample}.kraken"
Expand Down

0 comments on commit b62007c

Please sign in to comment.