Forgot to deprecate the old args

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@6009 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2011-06-16 17:54:44 +00:00
parent 4e85416af1
commit dd1d9cd76f
1 changed files with 6 additions and 2 deletions

View File

@ -163,7 +163,11 @@ public class IndelRealigner extends ReadWalker<Integer, Integer> {
@Deprecated
@Argument(fullName="realignReadsWithBadMates", doc="This argument is no longer used.", required=false)
protected boolean DEPRECATED_REALIGN_MATES = false;
@Deprecated
@Argument(fullName="useOnlyKnownIndels", shortName="knownsOnly", doc="This argument is no longer used. See --consensusDeterminationModel instead.", required=false)
protected boolean DEPRECATED_KNOWNS_ONLY = false;
// DEBUGGING OPTIONS FOLLOW
@ -1585,4 +1589,4 @@ public class IndelRealigner extends ReadWalker<Integer, Integer> {
}
}
}
}