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

Commit

Permalink
update cl
Browse files Browse the repository at this point in the history
  • Loading branch information
x-chen committed Nov 11, 2016
1 parent e323673 commit 2a5d0c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.0.3
- MANTA-302 fix the bug of duplicate variant ID
- MANTA-279 fix the bug of reporting variants beyond chromosome end position
v1.0.2
- SPW-316 update denovo scoring script to write valide vcf when the input vcf contains more than three samples
- Remove old/unused reference utility functions
Expand Down
3 changes: 1 addition & 2 deletions src/c++/lib/manta/SVLocusScanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,9 +650,8 @@ struct AlignmentPairAnalyzer
if (remoteAlign().pos <= 0) return true;
}


return false;
};
}


/// return the amount of unaligned sequence proceding the pair insert:
Expand Down

0 comments on commit 2a5d0c3

Please sign in to comment.