s-andrews / nexons

A pipeline for quantitating transcript level abundances from nanopore sequence data
GNU General Public License v3.0
0 stars 2 forks source link

Add GFF as an output format #3

Closed s-andrews closed 2 years ago

s-andrews commented 3 years ago

We're currently using a custom tab delimited format to output the quantitated structures from nexons, but for inter-operability it would be useful to have a more standard format which would load into something like IGV.

GFF would seem to be the obvious answer. All of the information we'd need is available for this and it has a 'score' field which could hold the count value.

We'd want to output a transcript feature which held the counts, and then exon features to show the structure.

We could use either GFF or GTF depending on how formal we wanted to be.

laurabiggins commented 2 years ago

This has been implemented, and gtf output can be selected by using the --gtf_out flag, or the --both_out flag to obtain the default nexons output as well as gtf output.