Crate noodles_gtf

Source
Expand description

noodles-gtf handles the reading and writing of the Gene Transfer Format (GTF).

Re-exports§

pub use self::line::Line;
pub use self::record::Record;
pub use self::io::Reader;
pub use self::io::Writer;

Modules§

io
GTF I/O.
line
GTF lines.
record
GTF record and fields.