-
Notifications
You must be signed in to change notification settings - Fork 40
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
Retrofit all molecular function regulators to follow latest pattern #13492
Comments
Ignore the hash-mention above, wrong ticket |
This partly works
But only after changing IDs in pattern to OBO style to fit with --obo-prefixes (should be discussed). BUG: def_dbxrefs end up like this: GOC:BHF,GOC:dph,GOC:tb Looks like string gets cast to a uniq'd list of characters. But report here: INCATools/dosdp-tools#14 |
Progress:
Also see #13692 |
@balhoff Do you know what's the status on this one ? Thanks, Pascale |
It should be possible to run dosdp-tools with tsv + pattern doc to generate a set of terms following the patterns. TSV is here: https://gist.github.com/dosumis/4d899727896367c9b432e733e120b675. Will need to be split into regulator, activator, inhibitor. Separate patterns for these are: https://github.com/geneontology/go-ontology/blob/master/src/design_patterns/activator_activity.yaml |
Hi @dosumis Thanks for your response ! This is a little cryptic to me - who might be able to do this ? Thanks, Pascale |
Just realised I already split out activator, inhibitor and regulator terms to separate TSVs already. I have moved the files into the design_patterns folder dosdp_tools is here: https://github.com/INCATools/dosdp-tools It's easy to install. This command from the design_patterns folder generates an OWL file of regulator activity terms following the pattern: dosdp-tools --obo-prefixes --ontology=../ontology/go-edit.obo --outfile=regulator_activity.owl --template=regulator_activity.yaml generate --infile=regulator_activity.tsv This was all meant to have been hooked up to the INCA tools table editor as a replacement for TermGenie. I guess that still hasn't happened? |
Looks like the TermGenie replacement plan was tantalisingly close: #13692 |
@pgaudet is this one out of date? |
Needs to support keeping references. This should work, given pattern spec.
To be determined:
TODO:
(Ticket split off from #12995) CC @cmungall @balhoff - This is a good branch for implementing generation with dosdp-scala. It'd be great if we could have this working before the Corvalis meeting.
The text was updated successfully, but these errors were encountered: