Skip to content
Snippets Groups Projects
Commit 43e8b3d7 authored by BIOPZ-Bak Maciej's avatar BIOPZ-Bak Maciej
Browse files

remove unnecessary check for cluster log dir

parent 8ff49ea0
No related branches found
No related tags found
1 merge request!97feat: add Snakemake profiles
Pipeline #13006 passed
......@@ -37,16 +37,6 @@ except KeyError:
rule_config = {}
logger.warning(f"No rule config specified: using default values for all tools.")
# Create dir for cluster logs, if applicable
onstart:
if config["cluster_logs"]:
os.makedirs(
os.path.join(
os.getcwd(),
config["cluster_logs"],
),
exist_ok=True)
## Function definitions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment