Skip to content
Snippets Groups Projects
Commit bbc3592a authored by Sander Bollen's avatar Sander Bollen
Browse files

Merge branch 'feature-fixed_values' into 'develop'

Feature fixed values

See #126 

Order of prio of config values:
1. Fixed values
2. User config (-config / -cv on the command line)
3. Default files (coming from BIOPET_CONFIG env)
4. Default values inside the code.

Also changed way to use default values. No need for a merge step anymore, this happens inside the class now. This makes code inside pipelines/extensions cleaner.

Todo:
- [x] Basic implementation
- [x] Unit testing

See merge request !233
parents 1d3258b8 1a36a81e
No related branches found
No related tags found
No related merge requests found
Showing
with 188 additions and 124 deletions
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