The Snakedeploy API

These sections detail the internal functions for Snakedeploy.

snakedeploy.deploy module

snakedeploy.deploy.deploy(source_url: str, name: str, tag: str, branch: str, dest_path: pathlib.Path, force=False)[source]

Deploy a given workflow to the local machine, using the Snakemake module system.

snakedeploy.collect_files module