@@ -78,22 +78,6 @@ rule extract_genbank_regions:
7878 "../scripts/report/extract_genbank_regions.py"
7979
8080
81- rule polymorphic_sites_over_time_data :
82- conda : "../envs/renv.yaml"
83- params :
84- max_alt_freq = 1.0 - config ["VC" ]["MIN_FREQ" ],
85- input :
86- variants = OUTDIR / f"{ OUTPUT_NAME } .variants.tsv" ,
87- metadata = config ["METADATA" ],
88- output :
89- table = REPORT_DIR_PLOTS / "polymorphic_sites_over_time.csv" ,
90- json = temp (REPORT_DIR_TABLES / "polymorphic_sites_over_time.json" ),
91- log :
92- LOGDIR / "polymorphic_sites_over_time_data" / "log.txt"
93- script :
94- "../scripts/report/polymorphic_sites_over_time_data.R"
95-
96-
9781rule polymorphic_sites_over_time_plot :
9882 conda : "../envs/renv.yaml"
9983 params :
@@ -199,21 +183,6 @@ rule context_phylogeny_plot:
199183 "../scripts/report/context_phylogeny_plot.R"
200184
201185
202- rule allele_freq_tree_data :
203- conda : "../envs/renv.yaml"
204- params :
205- use_bionj = config ["USE_BIONJ" ],
206- outgroup_id = config ["ALIGNMENT_REFERENCE" ],
207- input :
208- dist = OUTDIR / f"{ OUTPUT_NAME } .distances.csv" ,
209- output :
210- tree = REPORT_DIR_TABLES / "allele_freq_tree.nwk" ,
211- log :
212- LOGDIR / "allele_freq_tree_data" / "log.txt"
213- script :
214- "../scripts/report/allele_freq_tree_data.R"
215-
216-
217186rule allele_freq_tree_plot :
218187 conda : "../envs/renv.yaml"
219188 params :
@@ -233,22 +202,6 @@ rule allele_freq_tree_plot:
233202 "../scripts/report/allele_freq_tree_plot.R"
234203
235204
236- rule time_signal_data :
237- conda : "../envs/renv.yaml"
238- params :
239- outgroup_id = config ["ALIGNMENT_REFERENCE" ],
240- input :
241- tree = report (REPORT_DIR_TABLES / "allele_freq_tree.nwk" ),
242- metadata = config ["METADATA" ],
243- output :
244- table = report (REPORT_DIR_TABLES / "time_signal.csv" ),
245- json = REPORT_DIR_TABLES / "time_signal.json" ,
246- log :
247- LOGDIR / "time_signal_data" / "log.txt"
248- script :
249- "../scripts/report/time_signal_data.R"
250-
251-
252205rule time_signal_plot :
253206 conda : "../envs/renv.yaml"
254207 params :
0 commit comments