mamarjan / gff3-pltools

A fast parallel GFF3 parser
MIT License
15 stars 5 forks source link

A tool for correctly grouping all records into features #60

Closed mamarjan closed 12 years ago

mamarjan commented 12 years ago

Probably based on two passes, one to collect the number of records in every feature, and the second to join them into features.

Both GFF3 output where records that are part of the same feature are in subsequent lines and JSON output should be useful.