made AR an Advanced argument to discourage basic users from fiddling with it

This commit is contained in:
Geraldine Van der Auwera 2013-08-14 14:46:17 -04:00
parent 928a9779db
commit 19a4bf9ff0
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public abstract class ActiveRegionWalker<MapType, ReduceType> extends Walker<Map
@Output(fullName="activeRegionOut", shortName="ARO", doc="Output the active region to this IGV formatted file", required = false, defaultToStdout = false)
public PrintStream activeRegionOutStream = null;
@Advanced
@Input(fullName="activeRegionIn", shortName="AR", doc="Use this interval list file as the active regions to process", required = false)
protected List<IntervalBinding<Feature>> activeRegionBindings = null;