Skip to content

Commit

Permalink
exclude kraken input
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas committed Oct 30, 2023
1 parent 5aaaa0c commit 90a8aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/rules/qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ rule multiqc:
),
expand_samples_for_date("logs/{{date}}/kallisto_quant/{sample}.log"),
get_fastp_results,
get_kraken_output,
get_kraken_output_after_filtering,
# get_kraken_output,
# get_kraken_output_after_filtering,
output:
"results/{date}/qc/multiqc.html",
params:
Expand All @@ -59,7 +59,7 @@ rule multiqc_lab:
]
),
get_fastp_results,
get_kraken_output,
# get_kraken_output,
output:
report(
"results/{date}/qc/laboratory/multiqc.html",
Expand Down

0 comments on commit 90a8aa5

Please sign in to comment.