You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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;
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)
The text was updated successfully, but these errors were encountered: