Skip to content
Snippets Groups Projects
Commit 1d3ace6e authored by Dominik Burri's avatar Dominik Burri
Browse files

Validation of configuration file with a json schema...

Validation of configuration file with a json schema `resources/config_schema.json` using the snakemake utility **validate**. The schema includes all the fields from `tests/input_files/config.yaml`, assigns certain fields as required and forbids the use of additional fields. All of the optional fields include default values, taken from the config above, except `rule_config` which has no default.

Added author name and author email as optional fields in `tests/input_files/config.yaml`, and added it into the multiqc report.
parent f63c7cc2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment