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

Replace bash script coordination with snakemake workflow #5

Open
tomalrussell opened this issue Feb 19, 2020 · 0 comments
Open

Replace bash script coordination with snakemake workflow #5

tomalrussell opened this issue Feb 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@tomalrussell
Copy link
Member

See https://snakemake.readthedocs.io

Is your feature request related to a problem? Please describe.
The current bash run.sh is fairly unfriendly to use: typically involves commenting/uncommenting pieces to run and debug, contains some repetition, shouldn't grow too much longer or more complicated.

Describe the solution you'd like
Rewrite run.sh as a Snakefile to run the workflow.

Describe alternatives you've considered
Leaving as-is; GNU Make; plenty of other workflow systems which generally look a bit heavier to get started with.

Additional context
nismod/smif#398 suggests snakemake as model-run scheduler - would be good to align if/when that goes ahead, this might be a good testing ground.

@tomalrussell tomalrussell added the enhancement New feature or request label Feb 19, 2020
@tomalrussell tomalrussell self-assigned this Feb 19, 2020
@tomalrussell tomalrussell removed their assignment Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant