Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
wrap up next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsa committed Nov 26, 2013
1 parent 419098c commit 9f0eee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.14.0
- MANTA-102 filter calls with high MQ0 fraction
- MANTA-99 add high-dpeth graph filter to improve FFPE runtime
- MANTA-100 allow for neighboring variants during assembly
Expand Down
2 changes: 1 addition & 1 deletion src/c++/lib/applications/EstimateSVLoci/ESLOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ parseESLOptions(
("align-stats", po::value(&opt.statsFilename),
"pre-computed alignment statistics for the input alignment files (required)")
("chrom-depth", po::value(&opt.chromDepthFilename),
"average depth estimate for each chromosome")
"average depth estimate for each chromosome")
("truth-vcf", po::value(&opt.truthVcfFilename),
"optional truth VCF file (for testing)")
("region", po::value(&opt.region),
Expand Down

0 comments on commit 9f0eee4

Please sign in to comment.