JAL-2335 filterNonStandardResidues configurable for jabaws clients
[jalview.git] / src / jalview / ws / jws2 / AAConClient.java
index b9abb84..3594aa4 100644 (file)
@@ -48,6 +48,7 @@ public class AAConClient extends JabawsCalcWorker
     alignedSeqs = true;
     nucleotidesAllowed = false;
     proteinAllowed = true;
+    filterNonStandardResidues = true;
     gapMap = new boolean[0];
     initViewportParams();
   }