snakemake / snakedeploy

deploy a snakemake pipeline directly from version control (under development)
Mozilla Public License 2.0
21 stars 8 forks source link

adding template arguments and documentation in readme #3

Closed vsoch closed 3 years ago

vsoch commented 3 years ago

This pull request will add the ability to template fully, which comes down to copying the repository to some remote on GitHub, and then cloning that. I was disappointed to learn that GitHub places a file size limit of 10MB on every file in the template, so likely this approach won't work for many workflows. But it's worth having for smaller ones, and/or in case that changes.

This will close #1

Signed-off-by: vsoch vsochat@stanford.edu