This is the command go-export-graphp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
go-export-graph.pl - exports a graph
SYNOPSIS
go-export-graph.pl -w png ontology/gene_ontology.obo | display -
go-export-graph.pl ontology/gene_ontology.obo 'acc' GO:0007610
go-export-graph.pl ontology/so.obo 'name' 'protein'
DESCRIPTION
exports a graph as an indented ascii tree, PNG or OBO file
ARGUMENTS
after the file name you can optionally specify query constraint pairs; eg
acc GO:0007610
name 'cysteine biosynthesis'
OPTIONS
-w EXPORT_FORMAT
one of text, obo or png
-use_cache
If this switch is specified, then caching mode is turned on.
With caching mode, the first time you parse a file, then an additional file will be
exported in a special format that is fast to parse. This file will have the same filename
as the original file, except it will have the ".cache" suffix.
The next time you parse the file, this program will automatically check for the existence
of the ".cache" file. If it exists, and is more recent than the file you specified, this
is parsed instead. If it does not exist, it is rebuilt.
DOCUMENTATION
<http://www.godatabase.org/dev>
SEE ALSO
go2fmt.pl
Use go-export-graphp online using onworks.net services