Skip to content

mikeph52/Snakemake_project_creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages