Skip to content

Commit

Permalink
Updated changelog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pcingola committed Aug 25, 2020
1 parent 1a12c85 commit 2c25ca9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VarDict
28 changes: 28 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Version 1.8
- add conda and usegalaxy badge
- Updated submodule
- Removed updated comment
- Added fixes to integration tests due to changes in option M in Perl var2vcf_paired.pl.
- Added update for pileup amplicon references (only amplicon as somatic and simple are counted correctly) using reference result.
- Fixed type for variant in case when ref==alt (for pileup mode).
- Updated submodule.
- Fix for issue 283. Skip complex adjusting for H bases.
- Added constants.
- Updated submodule.
- Renaming.
- Added fix for #285: fill few reference fields to be available in pileup.
- Added fix for #288: factor for adjusting of qualities.
- Update HTSJDK to a more modern version and fix a typo.
- Added docs for fisher test (MLE algorithm). Added version of VarDict to expected files in integration test.
- Refactoring of printer variants for simplicity.
- Added integration test for fisher option (compare with epsilon value). Fixed scientific notation of numbers in expected VCF.
- Added option --fisher: EXPERIMENTAL FEATURE for Fisher test in Java (to exclude slow R step). Uniroot solver implemented from C version of zeroin.
- Fixes in documentation: deleted -z option from example (not useful in this case) and added explanation about BED format usage.
- Updated test case for mm10 in pileup mode and rebased.
- Added fix for issue 265: missed position when insertion/complex occurs
- Added fix for issue 272: case when end and start of cluster are equal led to zero deletion exception.
- Added IUPAC ambuguity codes fix in REF for complex/deletions .
- Added validation of reference allele.
- Added NM tag for STAR aligner: if nM is presented, it will be used.
- Fixed issue 268: added check for length of query quality sequence to skip very short strings in SV analysis.

Version 1.7.0
- Project updated
- Project updated
Expand Down
Binary file removed git/.release.swp
Binary file not shown.

0 comments on commit 2c25ca9

Please sign in to comment.