-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added minor fixes for ontoconvert #739
Conversation
This fails because source annotation does not exist in the ontology and therfore copy_annotation cannot find it. If it does not exist in the ontology, it obviously is not used and it therefore does not make sense to proceed with copying these annotations. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #739 +/- ##
==========================================
- Coverage 72.14% 72.11% -0.03%
==========================================
Files 17 17
Lines 3486 3486
==========================================
- Hits 2515 2514 -1
- Misses 971 972 +1 ☔ View full report in Codecov by Sentry. |
# Description Minor fixes for ontoconvert option help. Also included `emmo:comment` to the set of annotations included in the `--copy-emmo-annotations` option. **Note**: Builds on top of PR #756. Merge that PR first! ## Type of change - [x] Bug fix. - [ ] New feature. - [ ] Documentation update. - [ ] Test update. ## Checklist <!-- Put an `x` in the boxes that apply. You can also fill these out after creating the PR. --> This checklist can be used as a help for the reviewer. - [ ] Is the code easy to read and understand? - [ ] Are comments for humans to read, not computers to disregard? - [ ] Does a new feature has an accompanying new test (in the CI or unit testing schemes)? - [ ] Has the documentation been updated as necessary? - [ ] Does this close the issue? - [ ] Is the change limited to the issue? - [ ] Are errors handled for all outcomes? - [ ] Does the new feature provide new restrictions on dependencies, and if so is this documented? ## Comments <!-- Additional comments here, including clarifications on checklist if applicable. --> --------- Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
Description
Minor fixes for ontoconvert option help.
Also included
emmo:comment
to the set of annotations included in the--copy-emmo-annotations
option.Note: Builds on top of PR #756. Merge that PR first!
Type of change
Checklist
This checklist can be used as a help for the reviewer.
Comments