Reverting previous commit, as promised.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@6019 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2011-06-20 16:30:19 +00:00
parent ee18c9b0c2
commit 600a6a43a6
1 changed files with 1 additions and 5 deletions

View File

@ -164,8 +164,7 @@ public class IndelRealigner extends ReadWalker<Integer, Integer> {
@Argument(fullName="realignReadsWithBadMates", doc="This argument is no longer used.", required=false)
protected boolean DEPRECATED_REALIGN_MATES = false;
// @Deprecated
@Hidden
@Deprecated
@Argument(fullName="useOnlyKnownIndels", shortName="knownsOnly", doc="This argument is no longer used. See --consensusDeterminationModel instead.", required=false)
protected boolean DEPRECATED_KNOWNS_ONLY = false;
@ -230,9 +229,6 @@ public class IndelRealigner extends ReadWalker<Integer, Integer> {
public void initialize() {
if ( DEPRECATED_KNOWNS_ONLY )
consensusModel = ConsensusDeterminationModel.KNOWNS_ONLY;
if ( LOD_THRESHOLD < 0.0 )
throw new RuntimeException("LOD threshold cannot be a negative number");
if ( MISMATCH_THRESHOLD <= 0.0 || MISMATCH_THRESHOLD > 1.0 )