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
- ROBOT Mini-Tutorial 1 - Convert, Extract and Template - OBO Semantic Engineering Trainingoboacademy.github.io
- Template | robotrobot.obolibrary.org
- Template | robotrobot.obolibrary.org
- ROBOT Tutorialontodev.github.io
- Diffs, by Pierre | Chase McCoychsmc.org
- explain-diffgist.github.com
- GitHub · Change is constant. GitHub keeps you ahead.github.com
- Compare · Surfer-Org/Old-Protocol · GitHubgithub.com
- Agentationagentation.dev
- Beating Myers algorithm on large diffsjzhao.xyz
- UI Skills for Design Engineers | UI Skillsui-skills.com
- Unified Versus Split Diffmatklad.github.io