Fix some problematic command-line argument naming and descriptions.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2023 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-11-12 02:12:26 +00:00
parent 1a4d071d37
commit 2ea85fb62b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class GATKArgumentCollection {
public List<File> samFiles = new ArrayList<File>();
@ElementList(required = false)
@Argument(fullName = "read_filters", shortName = "rf", doc = "Specify filtration criteria on the each read.", required=false)
@Argument(fullName = "read_filter", shortName = "rf", doc = "Specify filtration criteria to apply to each read individually.", required=false)
public List<String> readFilters = new ArrayList<String>();
@ElementList(required = false)