- The interactive result viewer can now handle more than 100,000 variants in a job result file, by using pagination.
- The size of one page in the variant level table of the interactive result viewer can be defined in the user configuration file (oakvar.yml. To know where this file is, do `ov config user`) with the key `gui_result_pagesize`.
- VCF2VCF mode can perform liftover. For example, `ov run input.vcf --vcf2vcf -l hg19` will convert hg19 coordinates to hg38 ones.
- VCF2VCF mode can handle chromosome names without "chr".
- The interactive result viewer's query builder will show "no option available" message instead of an empty selection box.