Added a getter for command-line arguments.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@695 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
307c6e4ecf
commit
80c13f7127
|
|
@ -307,4 +307,11 @@ public class GenomeAnalysisEngine {
|
||||||
public TraversalEngine getEngine() {
|
public TraversalEngine getEngine() {
|
||||||
return this.engine;
|
return this.engine;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the collection of GATK main application arguments for enhanced walker validation.
|
||||||
|
*/
|
||||||
|
public GATKArgumentCollection getArguments() {
|
||||||
|
return this.argCollection;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue