Skip to content

Commit 48bea2a

Browse files
committed
snakefmt
1 parent cb5ed23 commit 48bea2a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

workflow/rules/common.smk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ all_viz_files.extend(
2828
expand(
2929
"figures/{curve}/{curve}.pctile_{pctile}.svg",
3030
pctile=config["log_ratio_feat_pcts"],
31-
curve=["pr", "roc"]
31+
curve=["pr", "roc"],
3232
)
3333
)
3434
all_viz_files.append("figures/rank_comparisons.html")
@@ -56,5 +56,5 @@ diffab_tool_columns = {
5656
"songbird": f"C({covariate}, Treatment('{reference}'))[T.{target}]",
5757
"maaslin2": "coef",
5858
"metagenomeseq": f"{covariate}{target}",
59-
"corncob": "coefs"
59+
"corncob": "coefs",
6060
}

workflow/rules/visualization.smk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rule plot_rank_correlation:
3131
"figures/spearman_heatmap.svg",
3232
caption="../report/plot_rank_correlation.rst",
3333
category="Differentials",
34-
subcategory="Comparison"
34+
subcategory="Comparison",
3535
),
3636
log:
3737
"log/plot_rank_correlation.log",
@@ -124,7 +124,7 @@ rule plot_pca:
124124
"figures/pca.svg",
125125
caption="../report/plot_pca.rst",
126126
category="Differentials",
127-
subcategory="Comparison"
127+
subcategory="Comparison",
128128
),
129129
log:
130130
"log/plot_pca.log",
@@ -142,7 +142,7 @@ rule plot_rank_comparison:
142142
"figures/rank_comparisons.html",
143143
caption="../report/plot_rank_comparison.rst",
144144
category="Differentials",
145-
subcategory="Comparison"
145+
subcategory="Comparison",
146146
),
147147
log:
148148
"log/plot_rank_comparison.log",
@@ -163,7 +163,7 @@ rule qurro:
163163
caption="../report/qurro.rst",
164164
htmlindex="index.html",
165165
category="Differentials",
166-
subcategory="Comparison"
166+
subcategory="Comparison",
167167
),
168168
log:
169169
"log/qurro.log",
@@ -187,7 +187,7 @@ rule create_table:
187187
"results/differentials_table.html",
188188
caption="../report/create_table.rst",
189189
category="Differentials",
190-
subcategory="Comparison"
190+
subcategory="Comparison",
191191
),
192192
log:
193193
"log/create_table.log",

0 commit comments

Comments
 (0)