mazeller / FLUture

Source Code for FLUture website
GNU General Public License v3.0
1 stars 1 forks source link

Update Identity Tool to process multiple queries #56

Open anugrah-saxena opened 3 years ago

anugrah-saxena commented 3 years ago

Following updates are required:

  1. Convert from single query to multiple query processing
  2. Header should have gene, us clade and global clade
  3. Upload FASTA text option through file
  4. Add option to show results for NA
  5. Download option to get the result in csv file
  6. Distinguish HA and NA results probably using color code etc.
anugrah-saxena commented 3 years ago

Multiple query handling done (TODO separate pie charts per query), upload for fasta done (TODO fix upload button), results have header as desired and table also has global clades

anugrah-saxena commented 3 years ago

Result header have Gene, US and Global Clade. All the results have their own HA and NA data along with pie charts. Download data available for the results. Upload button fixed.

anugrah-saxena commented 3 years ago

Issue with multiplicative requests fixed on dev. Expand All button works now when search used again without refresh in dev. Compression of results done in dev before sending to multisequenceidentity tool.

anugrah-saxena commented 3 years ago

Non HA or NA sequences are handled properly in the tool (dev) Ready to be pushed on Live server now