Skip to content

Commit

Permalink
fix: wrong enumeration with kallisto included (#439)
Browse files Browse the repository at this point in the history
* fix: wromg enumeration with kallisto included

* refactor: change order of category 1 subcategores

* Update generate_output.smk

* Update generate_output.smk

Co-authored-by: Thomas Battenfeld <[email protected]>
Co-authored-by: Thomas Battenfeld <[email protected]>
  • Loading branch information
3 people authored Jan 6, 2022
1 parent c4b943f commit 1a68969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/generate_output.smk
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ rule plot_lineages_over_time:
"results/{date}/plots/lineages-over-time.svg",
caption="../report/lineages-over-time.rst",
category="1. Overview",
subcategory="2. Lineages Development",
subcategory="2. Lineage Development",
),
"results/{date}/tables/lineages-over-time.csv",
params:
Expand Down Expand Up @@ -290,7 +290,7 @@ rule plot_variants_over_time:
"results/{date}/plots/variants-{ORFNAME}-over-time.svg",
caption="../report/variants-over-time.rst",
category="1. Overview",
subcategory="3. Variants Development",
subcategory="5. Variant Development",
),
"results/{date}/tables/variants-{ORFNAME}-over-time.csv",
params:
Expand Down
4 changes: 2 additions & 2 deletions workflow/rules/strain_calling.smk
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ rule kallisto_plot_all_strains:
"results/{date}/plots/all.{mode,(major|any)}-strain.strains.kallisto.svg",
caption="../report/all-strain-calls-kallisto.rst",
category="1. Overview",
subcategory="2. Strain Calls",
subcategory="3. Lineage Calls",
),
log:
"logs/{date}/plot-strains/all.{mode}.log",
Expand Down Expand Up @@ -169,7 +169,7 @@ rule pangolin_plot_all_strains:
"results/{date}/plots/all.strains.pangolin.svg",
caption="../report/all-strain-calls-pangolin.rst",
category="1. Overview",
subcategory="2. Strain Calls",
subcategory="3. Lineage Calls",
),
log:
"logs/{date}/plot-strains-pangolin/all.log",
Expand Down

0 comments on commit 1a68969

Please sign in to comment.