fmalmeida / bacannot

Generic but comprehensive pipeline for prokaryotic genome annotation and interrogation with interactive reports and shiny app.
https://bacannot.readthedocs.io/en/latest/
GNU General Public License v3.0
96 stars 9 forks source link

add tool: f5c (methylation) #47

Open fmalmeida opened 2 years ago

fmalmeida commented 2 years ago

Add to the pipeline the new tool called f5c which is a reimplementation of Nanopolish and is much faster. Add this tool, but not replace nanopolish. Instead, make the pipeline run f5c or Nanopolish (or both) depending on user's desire, with something like: --nanopolish_fast5 <fast5 dir> to run with Nanopolish or --f5c_fast5 <fast5 dir> to run with f5c.

Finally, add a report for methylations with pycoMeth