Update Home authored by peguerin's avatar peguerin
# Run automatic and parallelized analysis of *Metabarcoding* sequencing data
This is a powerful, extensible, and decentralized metabarcoding sequencing data analysis package with a focus on data and analysis transparency. This enables researchers to start an analysis with raw DNA sequence data and finish with table of species occurrence by sample.
Here we take advantage of snakemake to set a framework which automates metabarcoding analysis using [obitools](https://pythonhosted.org/OBITools/welcome.html). This framework manages dependencies so you don't need to install obitools because the framework will do this work for you. It is also easy to set parameters with a config files, so you can run many times the same analysis with different parameters.
The framework can handle rapidrun dataset.
Here we take advantage of snakemake to set a framework which automates metabarcoding analysis using [obitools](https://pythonhosted.org/OBITools/welcome.html). This framework manages dependencies so you don't need to install obitools because the framework will do this work for you. It is also easy to set parameters with a config files, so you can run many times the same analysis with different parameters.
Finally the framework can handle various dataset of sequencing data such as RAPIDRUN.
......
......