miRTop / mirtop

command lines tool to annotate miRNAs with a standard mirna/isomir naming
https://mirtop.readthedocs.org
MIT License
18 stars 21 forks source link

Add stats output to multiqc #33

Open lpantano opened 6 years ago

lpantano commented 6 years ago

Add a module for multiqc tool that parses the example stats file so it can be integrated in multiqc report.

Ideally, we need to add first a commented line like this when creating the stats file:

# mirtop stats version X samples: s1, s2 ,s2 ....

This can go here: https://github.com/miRTop/mirtop/blob/dev/mirtop/gff/stats.py#L17

lpantano commented 6 years ago

done by @oneillkza: https://github.com/ewels/MultiQC/issues/788