Releases: UMCUGenetics/VUSualizer
Releases · UMCUGenetics/VUSualizer
v1.3.0
v1.2.1
v1.2.0
What's Changed
- Feature/no variants for patient by @BasMonkey in #27
- Feature/linkout db clinvar uniprot by @BasMonkey in #29
- Add support for multiple analysis_pipeline_names by @rernst in #30
Full Changelog: 1.1.1...1.2.0
v1.1.1
v1.1.0
v1.0.0
First production version
Alissa connection instead of using importing Excels from "O-schijf"
adds a LastUpdatedOn in MongoDB with a default (for first time use script).
looks into Alissa based on LastUpdatedOn, to minimize the number of analyses to go trough and only update if necessary
checks if analysis is already in MongoDB and updates it if necessary
removed the old O-schijf (Excel) upload method
changed the logging to "INFO", because otherwise cluttered with Alissa HTTP attempts (and busy responses)
added config (empty in GitHub) for Alissa connection keys and login info
Layout changes to accommodate for the new Alissa method (replacing the Excel upload method) #13
changed layout of the variant, gene, all and patient pages.
changed the layout and information found on the "VUS" page.
added GnomAD link functionality. Now only available for SNP. Other SNVs will be added in the future after some Alissa updates.
removed "false" links that did not lead to a specific page or anything related to what was clicked on. At first everything was clickable, now only the functional.
formatting of code + removal of old commented code
Added restrictions for specific roles and updated account page #15
new roles ROLE_CLINIC and ROLE_DIAGGEN added
make restrictions for ROLE_CLINIC that they can never access the "Genes", "Variants" and "List All" pages
make restrictions for ROLE_CLINIC that they cannot link via another page to "Genes", "Variants" and "List All" pages
updated the "Account" page to let the user know about these new restrictions (you are always redirected to this page if access is denied)
restrictions also apply for users that are not ROLE_DIAGGEN or ROLE_ADMIN