Snakemake workflow to run mOTUs profiling on multiple samples.
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/
TODO
TODO
TODO