}
public void attachBlastSets(BlastList blastList, Genome subjectGenome) {
attachBlastSets(blastList, subjectGenome, false);
}
public void attachBlastSets(BlastList blastList, Genome subjectGenome, boolean no_gui) {
SNPList sSNPList = new SNPList(this, subjectGenome);
SNPList nsSNPList = new SNPList(this, subjectGenome);
SNPList inSNPList = new SNPList(this, subjectGenome);
SNPList delSNPList = new SNPList(this, subjectGenome);
for (Iterator<BlastSet> iter = blastList.iterator(); iter.hasNext();) {
BlastSet set = iter.next();
ORF qOrf, sOrf;
if ((qOrf = findORF(set.getQName())) != null) {
qOrf.addBlastSet(set);