-
Notifications
You must be signed in to change notification settings - Fork 0
feat: workflow and config templates #29
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
feat: workflow and config templates #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking really nice! The new docs and schemas are awesome
{{cookiecutter.project_slug}}/workflow/{{cookiecutter.project_slug}}.smk
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if the example README and actual example config should be aligned or if I'm missing something with the examples used and how they relate to each other.
config.yml
,config_schema.yml
, andSnakefile
with "hello world" type examples.README.md
README.md
with examples of how to document inputs and outputs, and how to configure and run the workflow