fixing an annotation that was breaking the error log output system.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3095 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-03-30 15:34:04 +00:00
parent a6e8687d71
commit b00d2bf2bc
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public class GATKArgumentCollection {
@Argument(fullName = "disable_experimental_sharding",shortName="ds", doc="Disable the experimental sharding strategy.", required = false)
public boolean disableExperimentalSharding = false;
@Element(required = false)
@ElementList(required = false)
@Argument(fullName = "read_group_black_list", shortName="rgbl", doc="Filters out read with read groups matching <TAG>:<SUBSTRING> or a .txt file containing the filter strings one per line.", required = false)
public List<String> readGroupBlackList = null;