mamarjan / gff3-pltools

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

JSON output #55

Closed mamarjan closed 12 years ago

mamarjan commented 12 years ago

First defining and documenting the output format should be done.

Then adding a to_json() method to Record and Feature classes would be a start, and the same for RecordRange and FeatureRange.

mamarjan commented 12 years ago

Added to_json() functions for Record and RecordRange. Similar functions for Feature and FeatureRange will be added as part of #56