Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Snakemake Project Creator

Usage

A simple bash script to automate the initialization of a snakemake project. Snakemake documantation

The scripts creates the following structure:

├── Snakemake_project
│   ├── README.md
│   ├── Snakefile
│   ├── data
│   │   └── input.txt
│   ├── results
│   ├── scripts
│   └── workflow

Installation

Before runing the script, make it executable:

sudo chmod +x smtemp.sh

Run the script:

./smtemp.sh

About

A simple script to automate the initialization of a snakemake project.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages