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:
hanna 2009-05-14 13:55:52 +00:00
parent 307c6e4ecf
commit 80c13f7127
1 changed files with 7 additions and 0 deletions

View File

@ -307,4 +307,11 @@ public class GenomeAnalysisEngine {
public TraversalEngine getEngine() {
return this.engine;
}
/**
* Gets the collection of GATK main application arguments for enhanced walker validation.
*/
public GATKArgumentCollection getArguments() {
return this.argCollection;
}
}