Skip to content

Releases: cancerit/vafCorrect

Bugfix release 4.1.1

29 Jan 15:37
Compare
Choose a tag to compare

Fixed bug introduced during object oriented conversion, it was never in the original production release 3.2.x

4.1.0

28 Jan 13:43
Compare
Choose a tag to compare

Object oriented codebase
Contains pre-calculated VAF values in FORMAT field for both augmented and consolidated output
Easy to submit farm jobs since per sample commands were now written into separate file.
Unmatched normal is now automatically linked if it resides in another project
Progress is tracked per chromosome which means failed jobs can be resumed from last unsuccessful chromosome.

4.0.0

26 Jan 15:53
Compare
Choose a tag to compare

Object oriented codebase
Contains pre-calculated VAF values in FORMAT field
Easy to submit to farm as per sample commands were now written into separate file.
Unmatched normal is now automatically linked across the projects
Progress is tracked per chromosome which means failed jobs can be resumed from last unsuccessful chromosome.

3.2.4

04 Nov 16:32
Compare
Choose a tag to compare

Added condition to check variant that fall at the end of a chromosome

3.2.3

04 Sep 15:14
Compare
Choose a tag to compare

Added option to create config file for user defined list of samples

3.2.2

14 Aug 13:46
Compare
Choose a tag to compare

Added .BAS file symlink generation

3.2.0

02 Jul 12:38
Compare
Choose a tag to compare

Added per nucleotide count, mutant base is counted only if it matches with original caveman call.

3.1.0

24 Jun 11:55
Compare
Choose a tag to compare

Added x10 specific result type for BAM, added additional reference genome constant for x10

3.0.0

24 Jun 11:56
Compare
Choose a tag to compare

Updated ref pos calculation for inserted bases where tandem duplication causing lot of ambiguous reads

2.7.0

29 Apr 15:29
Compare
Choose a tag to compare
  1. Released new bug fix for vcfCommons — BUG: When both the reads from a pair are mapped on different strand at same variant location those reads were counted twice towards total count for either REF or ALT allele.
    This bug has now fixed and only read with best alignment [ based on distance of variant position in a read] on one of the strand is counted towards total count.
  2. Log is now written in a log file created in the user’s working directory.