JAL-629 Small buglet with getting --seqid features/r2_11_2_alphafold/JAL-629
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 31 Aug 2023 15:49:10 +0000 (16:49 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 31 Aug 2023 15:49:10 +0000 (16:49 +0100)
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());
     }