$sth=$dba->dbc->prepare("select max(assembly_exception_id) from assembly_exception")
print"\nTo reset\ndelete from dna where seq_region_id > $max_seq_region_id\ndelete from seq_region where seq_region_id > $max_seq_region_id\ndelete from assembly_exception where assembly_exception_id > $max_assembly_exception_id\n\n";
||die"Could not get max assembly_exception_id";
$sth->execute||die"problem executing get max assembly_exception_id";