if (!new File(blastPath).exists()) {
new Thread(new FileUtils(blastPath, chooser.getSelectedFile().getAbsolutePath(), FileUtils.COPY)).start();
}
}
} else if (obj == menu.getMenuFileSaveSNP()) {
loopSNPExporter(new SNPExporterDialog());
} else if (obj == menu.getMenuEditChangeQuerySubject()) {
document.loopQuerySubjectSelect(new QuerySubjectSelectDialog(document.getGenomeNames()));
} else if (obj == menu.getMenuEditTrim()) {
new TrimSequenceDialog(document).showDialog();
} else if (obj == menu.getMenuToolOption()) {