-
- Downloads
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.
Showing
- resources/config_schema.json 66 additions, 0 deletionsresources/config_schema.json
- tests/input_files/config.mutliple_lanes.yml 1 addition, 1 deletiontests/input_files/config.mutliple_lanes.yml
- tests/input_files/config.yaml 5 additions, 1 deletiontests/input_files/config.yaml
- tests/input_files/config_alfa.yaml 7 additions, 6 deletionstests/input_files/config_alfa.yaml
- workflow/Snakefile 20 additions, 9 deletionsworkflow/Snakefile
Loading
Please register or sign in to comment