Skip to content
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

Expand the Settings Form to pull CV terms from different Controlled Vocabularies #15

Open
carolyncaron opened this issue Apr 16, 2018 · 1 comment
Assignees

Comments

@carolyncaron
Copy link
Member

Currently, the settings forms assumes the user will want to pull terms from a particular controlled vocabulary, or save a new term to that vocabulary. This is a huge assumption and because Tripal 3 encourages use of public ontologies, we need to handle the ability to specify vocabularies through this module. Perhaps we can borrow some functionality from the configuration form for analyzed phenotypes?

@laceysanderson please expand on this issue if necessary! (Or tell me in person and I'll make the change)

@laceysanderson
Copy link
Member

This causing problems with loading genotypes for the exome capture. ND Genotypes on KnowPulse is now configured to use additionalType as the marker type (featureprop.type_id). However, I can't configure the genotype_loader to load it that way :-(

Currently I'm having to update the type_id from marker_type => additionalType after the fact in order to see the marker type in the nd_genotypes mviews.
UPDATE chado.featureprop SET type_id=4321 WHERE type_id=3966;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants