# Tutorial In this tutorial, we'll walk through a practical example of how to use Binette with real data. 1. We'll start by downloading metagenomics reads and then assemble these reads into contigs. 2. Next, we'll use different binning tools to group the contigs into bins. 3. Finally, we'll use Binette to refine these bins. ```{mermaid} --- title: "Tutorial Overview:" align: right config: look: handDrawn theme: neutral --- graph TD i[Metagenomics reads] --> B[Assembly] B --> MetaBAT2 --> r[Binette] B --> MaxBin2 --> r B --> CONCOCT --> r B --> SemiBin2 --> r r --> f[final bins] subgraph Binning MetaBAT2:::binning MaxBin2:::binning CONCOCT:::binning SemiBin2:::binning end classDef binning fill:#d4ae40 ``` ```{toctree} :caption: 'Tutorial steps' :maxdepth: 1 set_environment get_dataset assembly binning binette analyse_binette_result.ipynb ```