Skip to content

Releases: UMCUGenetics/ExonCov

v3.8.1

19 Aug 08:36
5a81f8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.0...v3.8.1

v3.8.0

10 Jun 14:16
5dee544
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.8.0

v3.7.0

04 Jul 14:47
bb922b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.7.0

v3.6.0

25 May 14:17
57a9847
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

26 Aug 13:35
9cda2ce
Compare
Choose a tag to compare
  • 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

08 Apr 11:56
9fab496
Compare
Choose a tag to compare
  • Fix SQL timeouts when uploading samples with high coverage.

v3.4.0

01 Feb 13:06
d8cf9fb
Compare
Choose a tag to compare
  • Panel copy to clipboard
  • Sample type search
  • Export coverage stats

v3.3.1

21 Oct 10:28
45555a4
Compare
Choose a tag to compare
  • Temporary fix to speed up new custom panel page.

v3.3.0

17 Aug 14:00
be3dca0
Compare
Choose a tag to compare

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

26 Mar 12:35
e129f7d
Compare
Choose a tag to compare

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.