JAL-629 --argfile=glob implemented. Remove reference seq from pAE Matrix annotation...
[jalview.git] / src / jalview / ws / datamodel / alphafold / PAEContactMatrix.java
index d1a2e9d..cefdbd2 100644 (file)
@@ -224,8 +224,8 @@ public class PAEContactMatrix implements ContactMatrixI
   public String getAnnotLabel()
   {
     StringBuilder label = new StringBuilder("pAE Matrix");
-    if (this.getReferenceSeq() != null)
-      label.append(":").append(this.getReferenceSeq().getDisplayId(false));
+    // if (this.getReferenceSeq() != null)
+    // label.append(":").append(this.getReferenceSeq().getDisplayId(false));
     return label.toString();
   }