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

Add search by gene or transcript #34

Closed
homonecloco opened this issue Jul 12, 2018 · 2 comments
Closed

Add search by gene or transcript #34

homonecloco opened this issue Jul 12, 2018 · 2 comments

Comments

@homonecloco
Copy link
Member

If the user writes a transcript name, the search is by transcript. If the user search by a gene name, we get the added expression of all the transcripts.

This requires updating all the links. Now we have an explicit search_by field that resolves depending the type of search. If this parameter is setup, return the the corresponding transcript or gene according. If it is not set, search the best match for the query.

In the plots, the values are added on the server side, to avoid changing anything in the plot.

@homonecloco
Copy link
Member Author

This also requires updating the results of the blast search, as the path is changed now.

homonecloco added a commit that referenced this issue Jul 12, 2018
…The timeout for the blast is increased, as a temporary patch for #28
@homonecloco
Copy link
Member Author

The changes for this are added to master.
@Bijan-Ghasemi-Afshar, please merge back from master to your project. Once you do it, don't forget to do rake db:migrate. I added some indexes to improve the performance of the gene search.

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

1 participant