pigx icon indicating copy to clipboard operation
pigx copied to clipboard

Move the config validation from Pipeline Script to Driver Script

Open alexg9010 opened this issue 6 years ago • 0 comments

Right all of us have the validate_input() call at the top of the Pipeline Scripts, such that Snakemake is already invoked, even though we do not know if we have proper input.

It might be better to put this after the generate_config() step in the driver script, such that we fail before any further step is taken.

alexg9010 avatar Mar 16 '18 10:03 alexg9010