From caf5cadc0baa032a54d8f387d2b31d3e89e94e12 Mon Sep 17 00:00:00 2001 From: MaNyh <nyhuis@tfd.uni-hannover.de> Date: Wed, 23 Feb 2022 02:23:59 +0100 Subject: [PATCH] correct imports --- workflows/case_creation/Snakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/case_creation/Snakefile b/workflows/case_creation/Snakefile index 038fbf15..c32d0af8 100644 --- a/workflows/case_creation/Snakefile +++ b/workflows/case_creation/Snakefile @@ -2,8 +2,8 @@ from snakemake.utils import validate from snakemake.utils import Paramspace import pandas as pd -from utils.snake_utils.case_templates import create_filelist_from_template -from utils.snake_utils.case_templates import case_templates +from ntrfc.utils.snake_utils.case_templates import create_filelist_from_template +from ntrfc.utils.snake_utils.case_templates import case_templates configfile : "casesettings.yaml" validate(config,"config.schema.yaml") -- GitLab