This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
Releases: Fried-man/CENT
Releases · Fried-man/CENT
v1.0.0
v0.4.0
Features
- Added new variant card - selecting a variant from a region pulls up additional info about the genome sequence, a link to the vairant on NCBI, and the ability to add the variant to a user's Saved list
- New relational database created in Azure - will allow final connection between backend and frontend to populate website with data
- New Postgres SQL commands allow us to filter genomes by region, date, etc. - 650,000 have been segregated so far
- [Minor] Moved FAQ menu to new button in bottom right of home screen - cleans up home screen tabs selection
Bug Fixes
- Data cleaning has allowed us to finally store and work with genomic sequence data
- Made "card" feature universal - can now instantiate and remove cards at will
Known Issues
- New variant card throws null error for non-logged in users
- API request needs to be created for relational database
v0.3.0
Features
- Saved variant table added to user accounts - will allow saving of variants in future version of application
- Added animated Google Maps functionality when selecting a region
Bug Fixes
- Fixed Google Maps Controller to support changing of map
Known Issues
- Still able to open multiple region cards - due to unique implementation to support card feature
- Still running data cleaning - expected to end by this week or next due to the sheer volume of data
- Architecting the model has proven to be more difficult than initally presumed, at least to the degree of accuracy desired
v0.2.0
Features
- Multiselect for variants - can select group of variants to copy from a list displayed to the user
- New copy & compare button – copies list of selected variants and can open BLAST to compare
- Azure Databricks setup – have a place to run our notebooks from
- Azure Functions – allows us to port data as JSON from blob storage to notebook
Bug Fixes
- Country name now correctly shows in Variant View for the selected country
Known Issues
- Able to open the same region card multiple times
- Title for region cards shrinks when too long
- FASTA format is not sufficient to give us all the data we need – consider .gbff
- Azure is not connected as endpoint
v0.1.0
Features
- Region card view – this extends from our search functionality for regions, and where we can start to see variant views.
- Variant view – redirects to database link
- Variant table view – can view more variants for a particular region
Bug Fixes
- Fixed Google Maps agreement issue (was out-of-date)
Known Issues
- Able to open the same region card multiple times
- Title for region cards shrinks when too long