Bradford Condon
Bradford Condon
I imagine that how Tripal ensures the integrity is an issue for my linker module itself, so I've moved it there: https://github.com/statonlab/tripal_manage_analyses/issues/32. I dont think there's a way to force...
Very cool thank you
This is still pseudocode but something like this? Are there cases where an analysis would have features from multiple organisms? If so I'd need to check that first... rule for...
the status is that people are using the tripal module to link organisms to analysis, but i never got around to figuring out how to implement lacey's trigger suggestion :(
I would summarize this issue as "How do we put interspecific crosses into stock?" * Enter stock with null for organism_id * use stock_organism table (not yet added) * Describe...
maybe best addressed for Chado 1.5 ;) Unless there are fresh ideas on how to resolve this
the constraint makes sense intellectually but i think practically its annoying . Generally this comes up when we are adding blast annotations. We run blast against several databases, so the...
could we simply remove the unique constraint? edit: obviously thats against all of the requests **for** a unique constraint. what if we added `name` to the existing unique constraint? `constraint...
@ekcannon i just edited my comment right before you posted (sorry!): what about adding name to the existing unique constraint?
I think we need to clarify the difference between adding name as its own unique constraint, and adding name to the existing constraint. ``` #case 1 constraint analysis_c1 unique (name)...