NAL-i5K/genomics-workspace

save parameters

childers opened this issue · 2 comments

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)

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">

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