pub fn dot(matches: &ArgMatches) -> Result<()>
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