Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 480 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 480 Bytes

About

Snakemake workflow to run mOTUs profiling on multiple samples.

Setup

Conda

How to install Miniconda

Create the main conda environment with snakemake (and some other dependencies):

conda env create -f requirements.yaml -n <env name>

Run workflow after setting configs:

snakemake --profile profiles/motus/

Project structure

TODO

Expected output

TODO

Workflows

TODO