4647484950515253545556
feature.setName(emblRecord.getAlias()); } // If this is a "gene part" add the exons for (Exon exon : emblRecord.getExons()) { feature.addExon(exon); } return feature; }