Skip to content
Snippets Groups Projects
Commit caf5cadc authored by Malte Nyhuis's avatar Malte Nyhuis
Browse files

correct imports

parent bcaeed95
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment