Releases: labsquare/cutevariant
Releases · labsquare/cutevariant
0.4.4
0.3.8
Tagging 0.3.8
0.3.7
Tagging 0.3.7
0.3.6
Tagging 0.3.6
0.3.5
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
Tagging 0.3.4
0.3.3
- Add Harmonizome plugin [ test ]
- Improve actions for differents plugins )
- Refactor internal plugin system
- Fix bugs
0.3.2
0.3.1
0.2.9
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