No project description provided
Project description
SNK (Snek)
Documentation: https://snk.wytamma.com
Source Code: https://github.com/Wytamma/snk
Snk (pronounced snek) is a SNaKemake pipeline management system. Snk allows you to install Snakemake pipelines as dynamically generated Command Line Interfaces (CLIs). Using a pipeline as a CLI increases its interoperability and allows complex pipelines to be used as modular components in a larger system.
Installation
pip install snk
Basic Use
Install a pipeline as a CLI
Install the dna-seq-gatk-variant-calling pipeline (v2.1.1) as variant-calling
.
snk install snakemake-workflows/dna-seq-gatk-variant-calling --name variant-calling -t v2.1.1
Successfully installed variant-calling (v2.1.1)!
Inspect the CLI
variant-calling --help
View run options
variant-calling run -h
Create a DAG
Here we use the .test
resources included in the pipeline to create the DAG.
variant-calling run -r .test/config -r .test/data --dag dag.pdf
Configure
Snk will dynamically generate config options for the CLI. For example if your config.yaml file has the option fasta: null
you can set this option with --fasta
.
variant-calling run --fasta example.fa
You can also configure the pipeline using a config file.
variant-calling config --pretty # print the config
variant-calling config > config.yml # save the config
variant-calling run --config config.yml # run with config
Read the documentation for more information.
License
snk
is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file snk-0.12.2.tar.gz
.
File metadata
- Download URL: snk-0.12.2.tar.gz
- Upload date:
- Size: 62.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d72898042f6c347befbf5da3cd1b95d7776a1485e682dd970618e5ca8cdb686b |
|
MD5 | 6378dcc9dcda3e58d5595eafed33e908 |
|
BLAKE2b-256 | 6b8348fee8f6c3429433ee551d74328ce1b46abd623fddf4cbe489073bff1d52 |
Provenance
File details
Details for the file snk-0.12.2-py3-none-any.whl
.
File metadata
- Download URL: snk-0.12.2-py3-none-any.whl
- Upload date:
- Size: 29.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a445b91cd292f2acbecc8e133e99229d7809c579dd181aee664fd5f21a9c2dc1 |
|
MD5 | c27fd84567be3b4636d2c2ca42ecbb0a |
|
BLAKE2b-256 | bcbb4bee06b97d9da0bee19374b82170a88f9a29cf1b014e4527f5655b565ce1 |