/anguis

Python package implementing a collection of snakemake-related utilities

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Anguis

Small Python package providing a set of utility and quality of life functions for Snakemake workflows.

Installation

Get the latest release with pip

pip3 install anguis

Get the latest development version from GitLab

git clone git@gitlab.com:RomainFeron/anguis.git
sudo python3 setup.py install

Usage

TODO