An open API service indexing awesome lists of open source software.

https://github.com/cnuahs/snakemake-minimal

A minimal Snakemake pipeline.
https://github.com/cnuahs/snakemake-minimal

snakemake snakemake-pipeline snakemake-pipelines snakemake-workflow snakemake-workflows

Last synced: 11 months ago
JSON representation

A minimal Snakemake pipeline.

Awesome Lists containing this project

README

          

# snakemake-minimal

A minimal [Snakemake](https://snakemake.readthedocs.io/en/stable/) pipeline. Clone this repository and add to it to define your analysis pipeline, i.e.,

```bash
git clone https:github.com/cnuahs/snakemake-minimal.git ./my-analysis.git
cd ./my-analysis.git
git remote add origin https://github.com//my-analysis.git
```

**Notes:**
1. You will need Snakemake. I recomend installing via [miniconda](https://conda.io/en/latest/miniconda.html), available for Windows, Mac and Linux.
2. If you're new to Snakemake, check out the [tutorial](https://snakemake.readthedocs.io/en/stable/tutorial/tutorial.html).