Releases: UMCUGenetics/ExonCov
Releases · UMCUGenetics/ExonCov
v3.5.0
- Update table layout
- Update gene query
- Add ExonCov version and commit info
- Bugfix unicode encode error
- API based custom panel sample query
- Export archived panel
v3.4.1
- Fix SQL timeouts when uploading samples with high coverage.
v3.4.0
- Panel copy to clipboard
- Sample type search
- Export coverage stats
v3.3.1
- Temporary fix to speed up new custom panel page.
v3.3.0
Features
- CLI: sample / panel qc, reviewed in #44
- Add panel summary to all panel pages, reviewed in #42
- Gene search on sample page, reviewed in #45
Bugs
- Catch UnicodeEncodeError in gene parsing. Fix #41
- Fix imports and prints for python3
- Check panel name and return error if it contains a version number.
v3.2.0
Features
- Metadata update
- Add new metadata columns / tables, solves #23 #29
- Add random sample set CLI function, solves #22
- Update QC colors based on core gens and panel 15x coverage requirement, solves #30
- Add Panel/Gene search to sampleset view, solve #24
- Update CLI functions: search_sample and db gene_transcripts
Bugs
- Add minimum input length to custom gene panel form, Fix #28
- Disable validate button if panel_version is validated.