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

save parameters #242

Open
childers opened this issue Oct 11, 2018 · 2 comments
Open

save parameters #242

childers opened this issue Oct 11, 2018 · 2 comments

Comments

@childers
Copy link
Contributor

childers commented Oct 11, 2018

When working on complicated genes, which require iterative blasting or blasting for specific exons or motifs individually, the back browser functionality of the legacy system recalls the species and the type of blast (e.g., tblastn) automatically, which saves time and worry. (Going from results back to submission and keeping some settings see below)

@childers
Copy link
Contributor Author

childers commented Oct 11, 2018

This was the solution used on the Legacy BLAST app. The key is setting autocomplete="on"

<FORM ACTION="blast.cgi" METHOD = POST NAME="MainBlastForm" ENCTYPE= "multipart/form-data" autocomplete="on">

@deming7h777 deming7h777 assigned deming7h777 and childers and unassigned childers Oct 11, 2018
@deming7h777
Copy link
Contributor

it seems like directly adding the " autocomplete="on" attribute in html tag doesn't work , now I 'm trying jquery autocomplete (link:https://www.devbridge.com/sourcery/components/jquery-autocomplete/)

I think it doesn't work due to organism loading each time by jQuery when we go to the blast main page

@deming7h777 deming7h777 removed their assignment Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants