Skip to content

Releases: nh13/DWGSIM

dwgsim.0.1.14

19 Jul 00:44
61efcb3
Compare
Choose a tag to compare

This is a minor release.

Bug fixes:

  • -x fails to emit reads up to the end of the 3' target #74

Minor changes:

  • improve error message when the input BED is not coordinate sorted #75

Other changes:

  • use github actions to build and test #76
  • update github badges #77
  • migrate documentation to wiki to checked-in markdown docs #78

dwgsim.0.1.13

16 Dec 20:29
05c07c9
Compare
Choose a tag to compare

Minor release:

  • Adding the -A option to control the read strand. #54
  • Better error message for out of order contigs #66

dwgsim.0.1.12

14 Jun 17:48
Compare
Choose a tag to compare
  • produces an error if the insert size is too small for the provided read lengths
  • deletions were always being report as homozygous; should only affect the output VCF's AF field.
  • insertions were inserted into the reads one base too early relative to the stated genomic location.
  • "long" insertions on the forward strand were not inserted into the correct location in the read.
  • read names no longer collide when producing a large number of reads.
  • fix the error message when giving a wrong value for -z.
  • correctly parse negative numbers on the command line.
  • corrected the output description of dwgsim_eval
  • various compile fixups