-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move source link to comment field; Set contributor to some value in users.yaml #126
Comments
Referencing #37 as it contains some history on how the Note that For YeastPathways, conveniently, identifiers.org already has
|
As discussed on the 2022-09-14 Reactome weeds call with @deustp01 @ukemi @vanaukenk @kltm, Reactome is OK with the contributor field using When exporting these GO-CAMs to a standard annotation format file (GAF, GPAD), these fields map to: GPAD 2.0: |
@dustine32 Great--thank you! |
Emit supplied base_contributor for #126
After fixing #242, the only remaining aspect of this ticket appears to be to add the URL of the source pathway to a comment field. Examples: |
Add contributor_link comment for #126
@dustine32 I'm looking at dev and these issues seem to be resolved-including the YeastPathways are popping up when searching by group, yay. The opening ticket seemed to indicate the |
@suzialeksander Apologies, this was a messy ticket. (and thank you for testing!) Right, we originally intended to put that URL in |
URL in comment is great. Should I expect this comment to be visible in the GPAD output? |
Decision: we don't necessarily need a working URL from the comments as GPAD output if we get the DB ref working (#254). The URL can remain as a historical note, try to make it un-bot-able/resistant to being treated like anything more than a comment. |
@suzialeksander Thanks! To make it more comment-like, I'll prepend "Imported from YeastPathways: " to the existing URL in the comment. That sound OK? |
sounds good to me, @kltm would that solve your concerns about the comment field? |
@suzialeksander Good enough for me. |
Update after discussing with @suzialeksander: Changing "Imported from YeastPathways: " to "Imported from Saccharomyces Genome Database: " to reuse a pathways2GO/exchange/src/main/java/org/geneontology/gocam/exchange/BioPaxtoGO.java Lines 182 to 184 in 700b047
![]() I was mainly worried about cluttering the code further with alternate "Imported from X" logic. |
Currently in YeastPathways models, the
contributor
field is set to the source URL that link's back to the pathway at SGD (e.g. https://pathway.yeastgenome.org/YEAST/NEW-IMAGE?object=YEAST-SALV-PYRMID-DNTP) while thesource
field is set to a CURIE in the format "SGD:[pathway_id]" (e.g. "SGD:YEAST-SALV-PYRMID-DNTP").We should move this source URL value to the
![image](https://user-images.githubusercontent.com/2678599/113061408-d586b900-9166-11eb-83a3-94889ecb8ebe.png)
source
field:And then set
contributor
to a value that is in the go-site users.yaml file, "GOC:sgd_curators". Aligningcontributor
with users.yaml will allow full functionality of Noctua search and filtering.For Reactome, we can also move the source URL (pointing to the pathway at Reactome) to the
source
field. But we will need to find or add some users.yaml entry to set incontributor
. Should we copy SGD and make a "GOC:reactome_curators" users.yaml entry?Originating ticket: geneontology/go-site#1615
The text was updated successfully, but these errors were encountered: