How to Install snakemake in Ubuntu 18.04



Install snakemake by entering the following commands in the terminal:

sudo apt update
sudo apt install snakemake

Description:

pythonic workflow management system

Build systems like GNU Make are frequently used to create complicated workflows, e.g. in bioinformatics. This project aims to reduce the complexity of creating workflows by providing a clean and modern domain specific language (DSL) in Python style, together with a fast and comfortable execution environment.

Homepage: https://bitbucket.org/snakemake/snakemake

Version: 4.3.1-1

Section: universe/science