Skip to content

Commit 1576429

Browse files
committed
Add one missing component
1 parent 22eb9e7 commit 1576429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flatgfa/src/cli/cmds.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ pub fn seq_export(args: SeqExport) {
386386
pub struct SizeStats {}
387387

388388
pub fn size_stats(gfa: &flatgfa::FlatGFA) {
389+
println!("header: {}", gfa.header.size());
389390
println!("segs: {}", gfa.segs.size());
390391
println!("paths: {}", gfa.paths.size());
391392
println!("links: {}", gfa.links.size());

0 commit comments

Comments
 (0)