Statistics are generated by `samtools flagstat` and they are saved into the directory _01_mapping-against_reference_ and the subdirectory _stat_
* One "flagtstat file" is generated for each bam file (http://www.htslib.org/doc/samtools-flagstat.html).
* _all_flagstat.csv_ file compiling all the stats
%% Cell type:code id: tags:
``` python
### Dashboard
dashboard_flagstat(stat_file,df_group)
bgc('LightBlue')
```
%% Cell type:markdown id: tags:
[<img src="Images/up-arrow.png" alt="Top" width=2% align="right">](#home"Go back to the top")
### <span style="color: #919395">3 - Assembly of the individuals' reads that do not map (properly) on the reference genome <a class="anchor" id="assembly"></a></span>