Conversation
This is the same as used by CDAO. Also made this into a command line argument.
6349b71 to
b2c028a
Compare
hlapp
approved these changes
Nov 10, 2025
Member
Author
I've added it as an issue: #97 |
gaurav
added a commit
that referenced
this pull request
Nov 11, 2025
This PR cleans up Regnum phylorefs in several ways: * Renamed files from `REGNUM_*` to `CLADO_*` and increased the number of digits to seven. * Moved Phylonym Phyx files and scripts out of the `encrypted/` directory so that they will no longer be encrypted (closes #82). * Created subdirectories in `phyx/phylonym` for two kinds of errors we've been running into: `newick-problems` and `newick-recursion-error`. * Added `phyx2owl.js`, a script to convert Phyx files to OWL for testing -- I'll replace this with the phyx.js library later. * Added `phyxfix.js`, a script to correct errors in curated Phyx files on the fly, and used it to fix specifier authorities that were not loaded correctly (i.e. before PR #96). * Incorporated some of the phylogenies prepared by Anna Becker. * Removed two files with failing Newick strings and two test clade definitions from Regnum.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

These are the reviewable changes from PR #89, which are primarily
regnum2phyx.jschanges:CLADO_name, which now defaults to 7 instead of the previous 6.CLADO_0000000filenames instead ofREGNUM_0000000filenames.Two other minor changes:
phyloref_testcase.owl, which was previously a copy of the phyloref.owl ontology we used to do reasoning.