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:
parent
b1f90635c1
commit
72a81f8f25
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue