From 7437f32c0fd3c9d0aec994c2891b02f8f4ec6ec2 Mon Sep 17 00:00:00 2001 From: euronion <42553970+euronion@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:41:25 +0200 Subject: [PATCH] Update enable.csv --- doc/configtables/enable.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/configtables/enable.csv b/doc/configtables/enable.csv index 8a543b46..e1349fef 100644 --- a/doc/configtables/enable.csv +++ b/doc/configtables/enable.csv @@ -1,4 +1,5 @@ ,Unit,Values,Description +enable,str or bool,"{auto, true, false}","Switch to include (true) or exclude (false) the retrieve_* rules of snakemake into the workflow; 'auto' sets true|false based on availability of an internet connection to prevent issues with snakemake failing due to lack of internet connection." prepare_links_p_nom,bool,"{true, false}","Switch to retrieve current HVDC projects from `Wikipedia `_" retrieve_databundle,bool,"{true, false}","Switch to retrieve databundle from zenodo via the rule :mod:`retrieve_databundle` or whether to keep a custom databundle located in the corresponding folder." retrieve_sector_databundle,bool,"{true, false}","Switch to retrieve sector databundle from zenodo via the rule :mod:`retrieve_sector_databundle` or whether to keep a custom databundle located in the corresponding folder."