Nantes Université

Update Binning rédigé par Hugo LEFEUVRE's avatar Hugo LEFEUVRE
--- ---
title: Binning title: Binning
--- ---
MAGs are reconstructed from metagenome assemblies using several binning tools : MAGs are reconstructed from metagenome assemblies using several binning tools :
- [MetaBAT](https://bitbucket.org/berkeleylab/metabat/src/master/) - [MetaBAT](https://bitbucket.org/berkeleylab/metabat/src/master/)
- [Concoct](https://github.com/BinPro/CONCOCT) - [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 ...@@ -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 : 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. This will implicitly ran the [assembly](Modules/assembly) module.
... ...
......