We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffde37e commit 966d4e7Copy full SHA for 966d4e7
workflows/download.smk
@@ -1,7 +1,9 @@
1
from snakemake.utils import validate
2
3
+
4
configfile: os.path.join(workflow.basedir, "config", "config.yml")
5
6
7
validate(config, os.path.join(workflow.basedir, "config", "config_schema.yml"))
8
9
SAMPLES = config["samples"]
0 commit comments