Releases: nh13/DWGSIM
Releases · nh13/DWGSIM
dwgsim.0.1.16
Changes in 0.1.16
Features
- feat: the -M option now specifies the output type (reads, variants, or both) (#85)
Bug Fixes
- fix: check realloc return values for allocation failures
- fix: add null checks after memory allocation
- fix: correct off-by-one error in insertion sequence processing
- fix: prevent buffer overflow in filename construction
Refactoring
- refactor: remove unused functions
dwgsim.0.1.15
dwgsim.0.1.14
dwgsim.0.1.13
dwgsim.0.1.12
- 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