-
Notifications
You must be signed in to change notification settings - Fork 53
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
Review new release artefacts (important, community-wide implications) #194
Comments
Looks good to me. |
I know @rctauber suggested to remove equivalent classes and potentially anonymous classes for one of these artefacts. @rctauber can you also review the ROBOT commands here just to be safe? |
Thanks for documenting this! This standardization will be a big step forward. In general: The use cases for 'base' and 'full' are very clear to me. I do not understand the use cases for the four optional types. So while I accept that people must have good reasons for needing these, and I see the advantage in standardizing, my opinion is that we would be better off if the four optional types were eventually eliminated in favour of the two required types. Specifically:
|
Thanks for the input @jamesoverton
Specific feedback:
|
|
Oops, thanks! :) |
@matentzn For DO, we remove anonymous parents and equivalence axioms from our non-classified version:
@jamesaoverton - I know the use case for the non-classified version of DO is to have a single-inheritance hierarchy with no extra logical axioms. A lot of the OBO users rely on this version of DO. I'm not sure about the simple-non-classified version, though. I just made a PR for selecting entities by IRI patterns in ROBOT (ontodev/robot#448) so that might be useful for generating the "simple" products. |
thanks @rctauber that is great. @dosumis what do you think about @rctauber suggestion regarding 'non-classified'? or is this more something that goes in one of the other artefacts in your understanding of the terms? Also, the remove trim true is redundant in your DO example right? I need to ask you something else. Gitter :P |
Yeah, the |
See also #175 |
Hi all - I've edited descriptions of -simple and -basic (in the text at the top of this ticket), to make it clear what they are used for. Please review. The -simple use case to be required as long as people use OBO files for graph-oriented approaches to ontology use. These are core use-cases for many ontologies and include a whole zoo of term enrichment tools for GO, standard use of ontlogies by MODs as well as many tools build to work with HPO. So - I suspect we need to support these for the forseeable future. |
Very clear. I suggest changing the variable name from |
This is a very different use of non-classified than the standard OORT products produced by a number of ontologies for the past 10 years. |
To move forward and finish implementing this, it would be very helpful to have concrete examples. Is there a project that's building all five artifacts according to this spec, that we can use as a known-good reference? Even better would be five smallish OWL files that we can use for integration tests. |
For me, the number 1 reason to use ROBOT is transparency; it allows me to define transformation operations in a way that is communicable, negotiable and reviewable. I can debug and tell people: "Oh, you dont see class X because it is removed here at step 3, because you dont include it in the seed." The reason why I want to move away from owltools as far as possible is because of its obscure commands, like "make-simple". I dont think I would like to use The other thing is: finding good examples :) I would like that too, but even here, there does not seem to be anything 100% clear, especially when looking at simple and basic. Release artefact 6: simple-non-classified has now grounds in practice at all, other than HP and MP saying "I want it". I think its best we iterate a few months over the different chains and nail them down here before we start thinking of implementing robot shortcuts, but this is just my view. Is there a concrete user story for these short cuts? |
I agree that we aren't ready for ROBOT shortcuts yet. I think it will make sense eventually, but I'm not in a rush. My point about shortcuts is just that it doesn't bother me if we have long ROBOT command strings for building these artifacts -- we can shorten them later. I'd like examples, even if they aren't perfect, so that we can iterate and improve on them. Without examples it's hard to see the problems and communicate clearly. |
Will comment more later, wanted to point out overlap with this ontology metadata ticket information-artifact-ontology/ontology-metadata#36 (I would like to replace these from IAO to OM IDs) |
Lets close this as it seems the discussion subsided, and reopen when questions arise. |
We made a first stab add defining release artefacts that should cover all use cases community-wide. We need to (1) agree they are all that is needed and (2) they are defined correctly in terms of ROBOT commands. This functionality replaces what was previously done using OORT.
!!!!!!
Moved docs here
!!!!!
Please review these artefacts carefully, and let me know what you think relatively soon, in particular:
@cmungall @balhoff @dosumis @rctauber @jamesaoverton
The text was updated successfully, but these errors were encountered: