UpalabdhaD / snakemake-training

Increasingly complete example bioinformatics workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snakemake-training

Increasingly complete example bioinformatics workflow

Before you arrive, please make sure you have an account on adroit or another Princeton cluster. We will use ssh and work on the command line. Also make sure you have installed snakemake into a dedicated conda environment, on adroit:

hostname
# adroit5
module load anaconda3/2022.5
conda create -n snake -y
conda activate snake
conda config --env --add channels bioconda
conda config --env --add channels conda-forge
conda install snakemake-minimal -y
snakemake --version
# 7.16.0

You can view the presentation here.

About

Increasingly complete example bioinformatics workflow

License:MIT License


Languages

Language:Python 88.0%Language:Shell 12.0%