Releases: mobidic/SEAL
Releases · mobidic/SEAL
v1.1.9
v1.1.8
v1.1.7
v1.1.6
This minor version mainly enhances fix some bugs and add new features.
New Features
- Update ClinVar VCF in VEP
- replace plugins ClinVar and use VCF from ClinVar
- add ClinVar into models
- create a filter for ClinVar
- add page to update ClinVar
- Export for DefGen : Add a button to export in DefGen compatible format
- Variants into the family : add genotype informations for all samples of the same family for all variants
Fixes
- Sort HGVSc
- Rename Family
- Some fixes
Other Changes
- Update FontAwesome -> 6.4.2
- Exon or Intron: Use font weight to distinguish exons or introns prosition into main variant info.
Known Issues
- Initialisation of database (#26)
v1.1.5
This minor version mainly enhances fix some bugs and improve performances.
New Features
- Modal population: representation of gnomAD on a barplot (#47, 96155d2)
- Add the possibility of modifying the family (#17, 91073ef)
- Better export: add phenotype on export (eb16c76)
- Other minor front-end and back-ends enhancements
Fixes
- Flask Admin Template: use lower case for bootswatch theme (671fd43)
- Header for variant view: call this method once (#50, 7c4a8e8)
- Sample status 0: fixed a bug where the sample status was set to 0. It should have appeared in the "import" status and not in the "error" status. (b583e86)
- Annotations: an error on a variable name results in the annotation not being imported. (b583e86)
Other Changes
- Performance optimisation: use sqlalchemy request to replace python len() function (14d1151)
- Add license GNU GPLv3 or later (5d7a61f)
- Documentation
Known Issues
- Initialisation of database (#26)
v1.1.4
This minor version mainly enhances the interface to improve the user and administrator experience.
New Features
- Add Hide variant in database: keep variant hidden when reload page (9d7ecda, 01172c7)
- New Admin Interface (5f41bd2, cbba084)
- Redraw cell when changes are made (e94baab, 5170e29)
- Add Last Action for samples : sorts the sample table by modification date (141a243, 700fe02)
- Add Releases Note in about page (49b118c)
- Other minor front-end and back-ends enhancements
Fixes
- AjaxSetup: call this method once (b3f81c7)
- Add default date: for tables History, Comment_sample and Comment_variant (1325568)
Other Changes
Known Issues
- Initialisation of database (#26)
v1.1.3
v1.1.2
This minor release features significant documentation improvements, as well as a few front-end tweaks to enhance usability and user experience.
New Features
- Frequency of variant calculate from "visible" sample (SEAL count) (795a640)
- Add warnings (banner) if not production version (976d61e, 3596e62)
- Add ability to edit some sample fields (bc6657e, 23f3637)
- Use a config file to launch the app (3596e62)
Bug Fixes
- JSON Variant : Check if a sample id is provided (#38)
Other Changes
- Upgrade DataTable (9288adc, 210e5a9)
- Improve handling exception in scheduler (5d96e6a)
- Documentation
Known Issues
- Initialisation of database (#26)
v1.1.1
v1.1.0
We are excited to announce the new release of SEAL 🎉 .
This update cames with a range of new features, bug fixes and improvements for better maintanability.
Read on for full details!
New Features
- History of samples (e9243df, a5f6d04)
- Use of personal MobiDetails API key (620b470)
- Comments on samples (0fce092, e32984c)
- Filter and bed in sample form (6a0af55)
- Export only reported variants (12e1582)
- Maintenance mode (599aa56)
- Ability to check panels (#19, 1e4e780)
Bug Fixes
- Filter variants on class and report (#21)
- Password bug in admin interface (#29)
- Exportation of datatables (#34)
- Filter on clinsig (#36)
- CSS fixes
Other Changes
- Upgrade dependencies (4088a6d)
- Better maintainability (4ae94ab)
- Select2 replacement (c610a47)
- Auto-refresh (ecd7518)
Known Issues
How to Upgrade
It can be a bit tricky to update the database (see #33).