Skip to content

Commit

Permalink
Removed kraken db from rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatribadri committed Nov 12, 2024
1 parent 4620523 commit a81459d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QCD.smk
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ rule kraken:
kraken_out = f"results/{{prefix}}/kraken/{{sample}}/{{sample}}_kraken_out",
kraken_report = f"results/{{prefix}}/kraken/{{sample}}/{{sample}}_kraken_report.tsv",
params:
db = config["kraken_db"],
#db = config["kraken_db"],
threads = 12
# threads = config["threads"]
#conda:
Expand All @@ -259,7 +259,7 @@ rule assembly:
spades_assembly = f"results/{{prefix}}/spades/{{sample}}/contigs.fasta",
params:
out_dir = "results/{prefix}/spades/{sample}/",
db = config["kraken_db"],
#db = config["kraken_db"],
#conda:
# "envs/spades.yaml"
singularity:
Expand Down

0 comments on commit a81459d

Please sign in to comment.