Skip to content

Releases: bioinform/varsim

VarSim 0.6.2

11 Jul 23:19
Compare
Choose a tag to compare
  • Added option -outdir to vcf2diploid tool to specify output directory.
  • Added an experimental script generate_small_test_ref.py for simulating specific regions of the genome. The script will generate a restricted reference FASTA and truth/sampling VCFs based on the input regions in BED format.
  • Fixed a bug which would cause empty alleles to be output in some cases.

VarSim 0.6.1

01 Jul 03:10
Compare
Choose a tag to compare
  • Fix incorrect liftover of intervals
  • Add preliminary support of supplementary alignments in BAM validation
  • Remove reference as a required argument

VarSim 0.6

03 May 21:00
Compare
Choose a tag to compare
  • Added support for arbitrary read names from read simulators. The true alignments can be encoded in a separate file which is essentially a dictionary mapping from read names to true locations.
  • samcompare tool now outputs BAMs to save space.
  • Code refactoring and cleanup.

VarSim 0.5.3

10 Dec 22:26
Compare
Choose a tag to compare
  • Added specificity computation.
  • Fixed bug in varsim_somatic.py when calling randvcf2vcf tool.
  • Added --somatic_vcfs option to varsim_somatic.py. This option is used to provide hard-coded somatic variants to be used in building the ground truth.
  • Fix logging for varsim_somatic.py to avoid mixing logs when varsim.py is invoked from varsim_somatic.py.
  • The generated truth VCF has a more complete header now and is sorted.

VarSim 0.5.2

22 May 06:10
Compare
Choose a tag to compare
  • Fixed duplicate read name bug
  • [Unsupported] Add constraints to variantcompare

VarSim 0.5.1

26 Mar 04:54
Compare
Choose a tag to compare
  • Fix bug(s) in IntervalTree
  • More filtering options for results
  • [Unsupported] Simple pacbio support

VarSim 0.5.0

11 Feb 19:43
Compare
Choose a tag to compare
VarSim 0.5.0 Pre-release
Pre-release
  • Support all chromosomes
  • Improved BED file filtering
  • Add SV counts to log file
  • Reformatting
  • Change command line arguments a bit
  • Fix bug in alignment plots

VarSim 0.4.1

08 Jan 01:21
Compare
Choose a tag to compare
  • Fix some interval tree bugs, all squished now I hope
  • Option to enable comparing genotypes
  • Option for multiple samples

VarSim 0.4

29 Dec 19:25
Compare
Choose a tag to compare
VarSim 0.4 Pre-release
Pre-release
  • New Interval tree implementation
  • Use HTSJDK
  • Various bug fixes

VarSim 0.3.4

05 Dec 05:47
Compare
Choose a tag to compare
VarSim 0.3.4 Pre-release
Pre-release

fixed some internal code about JSON escaping