|
|
|
# Metagenomic samples mOTUs profiling #
|
|
|
|
|
|
|
|
mOTUs are operational taxonomic unit based on 10 universal markers genes (MGs). The motus module run [mOTUs](https://motu-tool.org/index.html), a dedicated tool for mOTUs profiling.
|
|
|
|
|
|
|
|
This mOTU profiler (2.5.0) map reads against a database made of 2297 meta-mOTUs (fetch from public metagenomes, mOTUs without known reference) and of 11915 ref-mOTUs (fetch from public reference genomes). Alignement provide abundance estimation and taxonomic annotation of reads. See [mOTUs documentation](https://github.com/motu-tool/mOTUs_v2) for details.
|
|
|
|
|
|
|
|
The motus module profile each samples then merge profiles.
|
|
|
|
|
|
|
|
genosysmics run motus **snakemake.args
|
|
|
|
|
|
|
|
output :
|
|
|
|
|
|
|
|
motus_profiling/
|
|
|
|
├── profiles
|
|
|
|
│ ├── sample1.motus
|
|
|
|
│ ├── sample2.motus
|
|
|
|
│ └── sample3.motus
|
|
|
|
└── mOTU_table.tsv
|
|
|
|
|