Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the config validation from Pipeline Script to Driver Script #9

Open
alexg9010 opened this issue Mar 16, 2018 · 0 comments
Open
Labels

Comments

@alexg9010
Copy link
Member

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.

rekado pushed a commit that referenced this issue Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant