Beispiel #1
0
 /**
  * Gets the GATK argument collection
  *
  * @link GenomeAnalysisEngine.getArguments
  * @return the GATK argument collection or null if no genome analysis toolkit.
  */
 public GATKArgumentCollection getArguments() {
   if (toolkit == null) return null;
   else return toolkit.getArguments();
 }