Skip to content

Commit

Permalink
Minor Update to Snakemake rule
Browse files Browse the repository at this point in the history
  • Loading branch information
SaimMomin12 committed Oct 2, 2023
1 parent 5c476ad commit 41f50ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/kraken_processing.smk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rule kraken2_processing:
p1 = "results/kraken_reads/{sample}_ReadIds.txt",
p2 = "results/kraken_reads/{sample}_krakenReads.bam"
log:
"results/logs/kraken2/{sample}.kraken.log"
"results/logs/kraken2_processing/{sample}.log"
shell:
"""
mkdir -p results/kraken_reads
Expand Down

0 comments on commit 41f50ad

Please sign in to comment.