GO-DAG-SUMMARY(1p) | User Contributed Perl Documentation | GO-DAG-SUMMARY(1p) |
go-dag-summary - summarises an ontology
go-dag-summary ontology/gene_ontology.obo
Summarises an ontology
-e ERRFILE
writes parse errors in XML - defaults to STDERR (there should be no parse errors in well formed files)
-p FORMAT
determines which parser to use; if left unspecified, will make a guess based on file suffix. See below for formats
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.
One row per ontology
Each row has the following columns
<http://www.godatabase.org/dev>
<http://www.fruitfly.org/~cjm/obol/doc/go-complexity.html>
2021-01-09 | perl v5.32.0 |