https://github.com/snakemake/snakedeploy
deploy a snakemake pipeline directly from version control (under development)
https://github.com/snakemake/snakedeploy
Last synced: about 1 year ago
JSON representation
deploy a snakemake pipeline directly from version control (under development)
- Host: GitHub
- URL: https://github.com/snakemake/snakedeploy
- Owner: snakemake
- License: mpl-2.0
- Created: 2020-11-11T17:58:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T12:30:11.000Z (about 2 years ago)
- Last Synced: 2024-05-01T21:40:05.291Z (about 2 years ago)
- Language: Python
- Size: 253 KB
- Stars: 18
- Watchers: 3
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pyladies-creations - snakedeploy
README
# SnakeDeploy
[](https://badge.fury.io/py/snakedeploy)

Deploy a snakemake pipeline from GitHub.
## Getting Started
SnakeDeploy is a command line and interactive Python client
to easily deploy snakemake pipelines from version control like GitHub.
For getting started and a basic tutorial, see the documentation at
[snakedeploy.readthedocs.io](https://snakedeploy.readthedocs.io).
## License
* Free software: MPL 2.0 License
* `snakedeploy/conda_version.py`: the [source](https://github.com/conda/conda/raw/23.1.0/conda/models/version.py) of this file is distributed under the BSD 3-clause license by Anaconda Inc.