flâneur

Diff (Compare) | robot

robot.obolibrary.org · 296 words · saved by 1 readers

ROBOT is an OBO Tool

To compare two text files and check for differences, you can use the Unix diff command on Linux or Mac OS X: diff file1.txt file2.txt or on Windows the FC command: FC file1.txt file2.txt Any number of graphical diff tools are also available, for example FileMerge is part of Apple’s free XCode tools. Although OWL ontology files are text, it’s possible to have two identical ontologies saved to two files with very different structure. ROBOT provides a diff command that compares two ontologies while ignoring these differences: robot diff --left edit.owl --right release.owl If --output is…

saved by

related reading