Skip to content

Commit

Permalink
Set default values from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Jun 12, 2020
1 parent 9dfaff7 commit 1c74ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ singularity: "docker://continuumio/miniconda3:4.8.2"

if os.path.exists("config/config.yaml"):
configfile: "config/config.yaml"
validate(config, schema="../schemas/config.schema.yaml")
validate(config, schema="../schemas/config.schema.yaml", set_default=True)

##### generate preprocess/postprocess strings #####
from scripts.common import prepost_string
Expand Down

0 comments on commit 1c74ac0

Please sign in to comment.