mamarjan / gff3-pltools

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

Basic GFF3 output in D #34

Closed mamarjan closed 12 years ago

mamarjan commented 12 years ago

The most basic implementation would probably be to add write and writeln methods to Record class, and similar methods to the Feature class.

mamarjan commented 12 years ago

Or more simply by implementing toString method :)

mamarjan commented 12 years ago

Implemented Record.toString() method.