Skip to content

Releases: labsquare/cutevariant

0.4.4

01 Jul 12:03
Compare
Choose a tag to compare
  • Move Qt framework to PySide6
  • Redesign many plugins
  • Make possible to import VCF into an existing database
  • Add Dialog edit for variant, genotype and samples
  • Possible to save application state as session
  • Projet Report
  • New Vql keywords
  • Many bug fix and feature improvement

0.3.8

30 Aug 11:27
Compare
Choose a tag to compare
Tagging 0.3.8

0.3.7

30 Aug 11:23
Compare
Choose a tag to compare
Tagging 0.3.7

0.3.6

06 Aug 13:05
Compare
Choose a tag to compare
Tagging 0.3.6

0.3.5

04 Aug 08:41
Compare
Choose a tag to compare

Features

VQL

  • Add new operator HAS to filter a string in a string list separated by "&" . For instance "intron&exon"
  • Make possible to create a condition within all samples. For instance " SELECT pos FROM variants WHERE sample[*].gt = 1 "

Variant view

  • Add Tags option
  • Refactor Formatter plugin.

Filter Editor & Fields Editor

  • You can now drag and drop a condition from the Fields editor
  • Preset are now saved into the config.yaml

Groupby plugin

  • New groupby plugin making possible to group variants

Settings

  • Replace QSettings by a yaml file stored in /home/.config/cutevariant/cutevariant.yaml on Linux

0.3.4

02 Jun 15:58
Compare
Choose a tag to compare
Tagging 0.3.4

0.3.3

02 Jun 13:16
Compare
Choose a tag to compare
  • Add Harmonizome plugin [ test ]
  • Improve actions for differents plugins )
  • Refactor internal plugin system
  • Fix bugs

0.3.2

02 May 22:39
Compare
Choose a tag to compare
  • Hot fix : Samples if VQL filter expression generated wrong query

0.3.1

02 May 14:26
Compare
Choose a tag to compare
  • Refactor backend with new VQL to SQL flow
  • Update Filters And Fields editor with new style and features
  • Add new History plugin
  • Add VCF and CSV export features
  • Remove Groupby action from variant view
  • Fixed bugs

0.2.9

03 Jan 17:14
Compare
Choose a tag to compare

Variant View

  • Variant count and variant data are loaded separately in different thread
  • Use a cache system to avoid loading variants 2 times during pagination
  • Option to load links from a browser or from an XHR request . See (settings )
  • Double click on variant to open default link ( see settings )
  • Add Shortcut to mark variant as favorite ( space ) and move into the view ( left, right ... )
  • Add a button to interrupt long query

VQL editor

  • New completer showing fields information

Filter editor

  • Update UI with branching and new buttons
  • Filter can now be stored into a Json file

Variant Info

  • New UI to edit current variant