fn linear_inner(
    gfa: GFAtk,
    include_node_coverage: bool,
    graph_indices: GFAGraphLookups,
    gfa_graph: GFAdigraph,
    subgraph_index_header: Option<String>
) -> Result<()>
Expand description

Reusable function to call on subgraphs in a GFA if necessary.