updating docs

This commit is contained in:
Eric Banks 2012-05-08 10:58:46 -04:00
parent 33a1dd2048
commit b4999d14c1
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class RealignerTargetCreator extends RodWalker<RealignerTargetCreator.Eve
/**
* Because the realignment algorithm is N^2, allowing too large an interval might take too long to completely realign.
*/
@Argument(fullName="maxIntervalSize", shortName="maxInterval", doc="maximum interval size", required=false)
@Argument(fullName="maxIntervalSize", shortName="maxInterval", doc="maximum interval size; any intervals larger than this value will be dropped", required=false)
protected int maxIntervalSize = 500;