Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

📋 Template for the Snakemake workflow management system

License

Notifications You must be signed in to change notification settings

sfischer13/template-snakemake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snakemake Template

Template for the Snakemake workflow management system.

Usage

# install Snakemake
conda install -c bioconda snakemake

# clone template
git clone https://github.com/sfischer13/template-snakemake.git
cd template-snakemake

# initialize project
vim config.yaml
conda create -n snakemake-project --file environment.yaml
source activate snakemake-project

# run project
snakemake -np
snakemake --use-conda

License

Copyright (c) 2017 Stefan Fischer
The source code is available under the MIT License.
See LICENSE for further details.

About

📋 Template for the Snakemake workflow management system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published