Small update to the command line docs for read_group_black_list.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3568 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2010-06-16 19:23:34 +00:00
parent d7f3102c3f
commit 05c2f96bb4
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ public class GATKArgumentCollection {
public boolean disableExperimentalSharding = 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)
@Argument(fullName = "read_group_black_list", shortName="rgbl", doc="Filters out read groups matching <TAG>:<STRING> or a .txt file containing the filter strings one per line.", required = false)
public List<String> readGroupBlackList = null;
@Element(required = false)