Skip to content
Snippets Groups Projects
Commit 9f7836c2 authored by tcarver's avatar tcarver
Browse files

promptForUniquename() for GFF as well as database entries

parent fd162d25
No related branches found
No related tags found
No related merge requests found
......@@ -837,7 +837,9 @@ public class GeneUtils
String id = null;
if(default_entry.getEMBLEntry() instanceof
uk.ac.sanger.artemis.io.DatabaseDocumentEntry)
uk.ac.sanger.artemis.io.DatabaseDocumentEntry ||
default_entry.getEMBLEntry() instanceof
uk.ac.sanger.artemis.io.GFFDocumentEntry)
{
while(id == null ||
id.equals("") ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment