removed the requirement that a bam file list be present in the XML version of the command line arguments.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@975 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-06-10 20:01:13 +00:00
parent b1f90635c1
commit 72a81f8f25
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class GATKArgumentCollection {
public Map<String, String> walkerArgs = new HashMap<String, String>();
// parameters and their defaults
@ElementList
@ElementList(required=false)
@Argument(fullName = "input_file", shortName = "I", doc = "SAM or BAM file(s)", required = false)
public List<File> samFiles = new ArrayList<File>();