pub fn extract(matches: &ArgMatches) -> Result<()>
Expand description

Supply a sequence/segment ID from the GFA, and extract the GFA with all nodes connected to the input node.

For example:

gfatk extract in.gfa -s 1 > out.gfa