Write to sdout when no -o is provided
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4743 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
9cca14acc5
commit
ce051e4e9a
|
|
@ -54,7 +54,7 @@ import net.sf.samtools.SAMReadGroupRecord;
|
|||
public class BatchedCallsMerger extends LocusWalker<VariantContext, Integer> implements TreeReducible<Integer> {
|
||||
@ArgumentCollection private UnifiedArgumentCollection UAC = new UnifiedArgumentCollection();
|
||||
|
||||
@Argument(doc = "VCF file to which variants should be written", required = false)
|
||||
@Argument(doc = "VCF file to which variants should be written", required = true)
|
||||
public VCFWriter writer = null;
|
||||
|
||||
@Argument(fullName="rod_list", shortName="rods", doc="A comma-separated string describing the rod names representing individual call batches", required=true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue