Skip to content

0.3.5

Choose a tag to compare

@github-actions github-actions released this 04 Aug 08:41
· 991 commits to master since this release

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