Skip to content

Releases: bioinform/varsim

VarSim 0.7.7

04 Mar 05:55
Compare
Choose a tag to compare
  • minor bug fix for quickstart.sh

VarSim 0.7.6

27 Feb 21:16
Compare
Choose a tag to compare
  • added distance-based metrics for VCF comparison in logging
  • minor fix for example

VarSim 0.7.5

07 Feb 22:00
Compare
Choose a tag to compare

fixed bugs related to the following issues

  • varsim.py child process control
  • missing GT
  • MNP cannonicalization
  • multiple variants at the same loci
  • interval tree building with duplicate intervals (esp 1-bp interval)

VarSim 0.7.4

24 Jan 01:19
Compare
Choose a tag to compare

Bug fix for fastq liftover.

VarSim 0.7.3

20 Jan 21:44
Compare
Choose a tag to compare
  • bug fix for VCFCompare and RandVCFGenerator

VarSim 0.7.2

20 Jan 02:16
Compare
Choose a tag to compare
  • Fixed some bugs in VCF parsing and alignment validation
  • Refactoring for SAMCompare class
  • Tests for SAMCompare

VarSim 0.7.1

10 Jan 23:13
Compare
Choose a tag to compare
  • Fixes the build release script to also include liftover_restricted_vcf_map.py
  • Updates VarSim version in quickstart.sh
  • Fix for empty REF being generated in some cases
  • Uses java -jar VarSim.jar -version to extract version in the Python scripts

VarSim 0.7.0

10 Jan 01:57
Compare
Choose a tag to compare

This is an experimental release!

Multiple enhancements and bugfixes including:

  • Support for simulating and validating translocations.
  • Several test cases have been added to the Java code.
  • BED-based FASTA and VCF restriction script generate_small_ref.py now has a flag to generate sequential contig names instead of <chr>_<start>_<end> naming.
  • Refactoring and clean up of the code.

VarSim 0.6.3

25 Jul 23:45
Compare
Choose a tag to compare

Bugfixes

  • Fixed NullPointerException due to missing some categories of variants.

VarSim 0.5.4

22 Jul 21:50
Compare
Choose a tag to compare

Bugfixes for version 0.5.3

  • Made reference an optional parameter
  • Fixed NullPointerException due to missing truth for certain categories of variants.