Skip to content

Commit 966d4e7

Browse files
committed
chore: linting
1 parent ffde37e commit 966d4e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workflows/download.smk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
from snakemake.utils import validate
22

3+
34
configfile: os.path.join(workflow.basedir, "config", "config.yml")
45

6+
57
validate(config, os.path.join(workflow.basedir, "config", "config_schema.yml"))
68

79
SAMPLES = config["samples"]

0 commit comments

Comments
 (0)