NBISweden / AGAT

Another Gtf/Gff Analysis Toolkit
GNU General Public License v3.0
432 stars 52 forks source link

Possible tabular format for agat_sp_statistics.pl #401

Closed KristinaGagalova closed 4 weeks ago

KristinaGagalova commented 8 months ago

Hi,

Thank you for implementing AGAT, it's very handy for the analysis of gffs

I was wondering if you could implement a tabular format output option that can enable the generation of a table. That can be read in python or R easily. So far I am using a small bash parser which on top of the tool to parse the output that you are providing

This could be a good tabular file output - 3 columns output with one feature per line

Thank you in advance

Juke34 commented 8 months ago

I understand the need, would it be ok with yaml type output instead of tsv?

KristinaGagalova commented 8 months ago

That could work too! I would be able to convert it to tsv