-
Notifications
You must be signed in to change notification settings - Fork 10
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
Option to search by uniquename in v1_gene_to_query_track #137
Comments
Hi @abretaud - sorry for the slow response. I think something like this is a good idea- in our project we have skirted the issue by giving things names that are unique to serve as unambiguous labels in multigenome contexts (our uniquenames tend to be more verbose than our users care for), but per your comments on another thread it sounds like doing that could cause some other issues for you in terms of causing naming-mismatch with other applications. At the moment, I think I prefer the approach to configure (by some mechanism similar to what you have done) a site to use one or the other (name or uniquename) in terms of what data gets transmitted about genes/chromosomes as the result of service calls, but perhaps handle searching by either name or uniquename as part of #94 let me know if that makes sense as far as you are concerned. and regarding not being very proud of yourself for using an ugly env var, I will let @alancleary decide what his coding aesthetic will accept, as I lost all sense of shame when it comes to coding long, long ago... :) |
Sorry for the (longer) delay too :) |
Hey @abretaud. Sorry we let this go unaddressed for so long. We've actually been working on a new microservices based implementation of the GCV backend that addresses this issue and many others: https://github.com/legumeinfo/lis_gcv_microservices. As such, we have not been actively developing the Django backend. The new backend is not quite ready for production but it will certainly replace the Django implementation when it's released. |
Hi,
I have some genes which have different values for name and uniquename in the chado db. Currently v1_gene_to_query_track only uses the name column, but it would be cool to be able to configure it to look at uniquename (or maybe to try both?)
For the moment, I've made an ugly env var in the docker image, but I'm not very proud of myself
The text was updated successfully, but these errors were encountered: