We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22eb9e7 commit 1576429Copy full SHA for 1576429
flatgfa/src/cli/cmds.rs
@@ -386,6 +386,7 @@ pub fn seq_export(args: SeqExport) {
386
pub struct SizeStats {}
387
388
pub fn size_stats(gfa: &flatgfa::FlatGFA) {
389
+ println!("header: {}", gfa.header.size());
390
println!("segs: {}", gfa.segs.size());
391
println!("paths: {}", gfa.paths.size());
392
println!("links: {}", gfa.links.size());
0 commit comments