@@ -31,7 +31,7 @@ rule plot_rank_correlation:
31
31
"figures/spearman_heatmap.svg" ,
32
32
caption = "../report/plot_rank_correlation.rst" ,
33
33
category = "Differentials" ,
34
- subcategory = "Comparison"
34
+ subcategory = "Comparison" ,
35
35
),
36
36
log :
37
37
"log/plot_rank_correlation.log" ,
@@ -124,7 +124,7 @@ rule plot_pca:
124
124
"figures/pca.svg" ,
125
125
caption = "../report/plot_pca.rst" ,
126
126
category = "Differentials" ,
127
- subcategory = "Comparison"
127
+ subcategory = "Comparison" ,
128
128
),
129
129
log :
130
130
"log/plot_pca.log" ,
@@ -142,7 +142,7 @@ rule plot_rank_comparison:
142
142
"figures/rank_comparisons.html" ,
143
143
caption = "../report/plot_rank_comparison.rst" ,
144
144
category = "Differentials" ,
145
- subcategory = "Comparison"
145
+ subcategory = "Comparison" ,
146
146
),
147
147
log :
148
148
"log/plot_rank_comparison.log" ,
@@ -163,7 +163,7 @@ rule qurro:
163
163
caption = "../report/qurro.rst" ,
164
164
htmlindex = "index.html" ,
165
165
category = "Differentials" ,
166
- subcategory = "Comparison"
166
+ subcategory = "Comparison" ,
167
167
),
168
168
log :
169
169
"log/qurro.log" ,
@@ -187,7 +187,7 @@ rule create_table:
187
187
"results/differentials_table.html" ,
188
188
caption = "../report/create_table.rst" ,
189
189
category = "Differentials" ,
190
- subcategory = "Comparison"
190
+ subcategory = "Comparison" ,
191
191
),
192
192
log :
193
193
"log/create_table.log" ,
0 commit comments