Nantes Université

Update Binning rédigé par Hugo LEFEUVRE's avatar Hugo LEFEUVRE
---
title: Binning
---
MAGs are reconstructed from metagenome assemblies using several binning tools :
- [MetaBAT](https://bitbucket.org/berkeleylab/metabat/src/master/)
- [Concoct](https://github.com/BinPro/CONCOCT)
......@@ -15,7 +16,7 @@ Even if the use of several tools makes it possible to obtain a greater number an
Binning part can be started with the following command :
```
magneto run binning **snakemake.args
magneto run binning --strategies SASB,SACB --profile config/slurm/ **snakemake.args
```
This will implicitly ran the [assembly](Modules/assembly) module.
......
......