JAL-629 Small buglet with getting --seqid
[jalview.git] / src / jalview / bin / Commands.java
index dbc4953..cdfb67a 100644 (file)
@@ -989,7 +989,7 @@ public class Commands
         seq = al.getSequenceAt(subVals.getIndex());
       }
     }
-    else if (idAv != null)
+    if (seq == null && idAv != null)
     {
       seq = al.findName(idAv.getValue());
     }