Function gfatk::dot::dot

source · []
pub fn dot(matches: &ArgMatches) -> Result<()>
Expand description

Make a DOT (https://graphviz.org/doc/info/lang.html) language representation of a GFA.

For example:

gfatk dot in.gfa | dot -Tsvg out.svg