Open krchristie opened 1 month ago
I realize that we made the decision, in the initial Noctua standard annotation "conversion" and load, to merge multiple standard annotations to the same term, into a single GO-CAM statement with multiple pieces of evidence. However, now that we're supporting standard annotations as a distinct type versus GO-CAM models, it would be much cleaner to store each standard annotation as a separate statement with one piece of evidence, rather than merging them. This way, all standard annotations would have a consistent structure, and would be less demanding on the UI (which wouldn't have to handle different structures. To do this, we would want to make the conversion on the back-end so that the change wouldn't impact curators. I would suggest that we talk to @dustine32 and @kltm about this possibility, as one side effect would be that "gene-centric" files for highly annotated genes would likely get somewhat larger.
Thanks @thomaspd Yes, that is exactly the discussion we need to have with @dustine32 @kltm @tmushayahama @balhoff Splitting the standard annotations out to have a single piece of evidence would definitely help, we just need to think through exactly how we would implement this since we don't want to do the same for evidence on the GO-CAMs, I think.
We can isolate only the MOD import models via the dc:dateAccepted
property. This property was explicitly added to note import date and should only be present on the MOD import models. Ex:
<http://model.geneontology.org/MGI_MGI_99702> <http://purl.org/dc/terms/dateAccepted> "2022-03-07" ;
Only other issues I can initially think of:
noctua-models
repo checkouts. @kltm could confirm that.-0001
, -0002
) to existing IDs?
@LiNiMGI noticed that that the Standard Annotations editor fails to show all evidence when there is more than one piece of evidence associated with an annotation. It is clearly not a problem with use of the IKR evidence code as I was allowed to add a test annotation (to the term "RNA polymerase II activity") without any problem.
Compare the screenshots of the annotation to "sequence-specific DNA binding" (highlighted in both screenshots below): In the Form Editor, this annotation is associated with two pieces of evidence:
I also notice that the Standard Annotations editor does NOT have an option to allow the curator to add additional evidence to the same annotation.
Considering that Noctua has allowed, even encouraged, adding a second piece of evidence to the same annotation for years, I think the best solution would be to add this functionality to the Standard Annotations editor as well. This would certainly produce the best work flow for annotators as it is quicker to add an additional piece of evidence to the same data that is already in the form than to have to reenter all of the information in order to add additional evidence.