An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# SnakeDeploy

[![PyPI version](https://badge.fury.io/py/snakedeploy.svg)](https://badge.fury.io/py/snakedeploy)

![https://raw.githubusercontent.com/snakemake/snakedeploy/main/img/snakedeploy.png](https://raw.githubusercontent.com/snakemake/snakedeploy/main/img/snakedeploy.png)

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.