예제 #1
0
 /**
  * Get the loaded genome.
  *
  * @return the loaded genome
  */
 public static GenomeAdapter getGenome() {
   return genomeController.getGenome();
 }