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

Support sqlite database #56

Open lpantano opened 5 years ago

lpantano commented 5 years ago

There should be a option like mirtop convert --format sql to convert a mirgff3 file into a table inside a sqlite database.

We can start with creating a script that takes a mirgff3 file and converts to sqlite file. Ideally we should keep all the information, I think the output of mirtop counts --add-extra would be a good table to directly add in a sqlite database file.

After that: