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:
parent
1a4d071d37
commit
2ea85fb62b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue