@@ -110,44 +110,6 @@ rule polymorphic_sites_over_time_plot:
110110 "../scripts/report/polymorphic_sites_over_time_plot.R"
111111
112112
113- rule nv_panel_data :
114- conda : "../envs/renv.yaml"
115- input :
116- variants = OUTDIR / f"{ OUTPUT_NAME } .variants.tsv" ,
117- metadata = config ["METADATA" ],
118- output :
119- table = REPORT_DIR_TABLES / "nv_panel.csv" ,
120- json = temp (REPORT_DIR_TABLES / "nv_panel.json" ),
121- log :
122- LOGDIR / "nv_panel_data" / "log.txt"
123- script :
124- "../scripts/report/nv_panel_data.R"
125-
126-
127- rule nv_panel_zoom_on_feature_data :
128- input :
129- table = REPORT_DIR_TABLES / "nv_panel.csv" ,
130- regions = REPORT_DIR_TABLES / "genbank_regions.json" ,
131- output :
132- table = temp (REPORT_DIR_TABLES / "nv_panel.{region_name}.csv" ),
133- log :
134- LOGDIR / "nv_panel_zoom_on_feature_data" / "{region_name}.log.txt"
135- script :
136- "../scripts/report/nv_panel_zoom_on_feature_data.py"
137-
138-
139- rule window_zoom_on_feature_data :
140- input :
141- table = REPORT_DIR_TABLES / "window.csv" ,
142- regions = REPORT_DIR_TABLES / "genbank_regions.json" ,
143- output :
144- table = temp (REPORT_DIR_TABLES / "window.{region_name}.csv" ),
145- log :
146- LOGDIR / "window_zoom_on_feature_data" / "{region_name}.log.txt"
147- script :
148- "../scripts/report/window_zoom_on_feature_data.py"
149-
150-
151113rule nv_panel_plot :
152114 conda : "../envs/renv.yaml"
153115 params :
0 commit comments