JAL-3187 don't compute variant features on peptide, show on demand
[jalview.git] / src / jalview / ext / ensembl / EnsemblSeqProxy.java
index 7b448fd..648272c 100644 (file)
@@ -332,8 +332,8 @@ public abstract class EnsemblSeqProxy extends EnsemblRestClient
          * copy exon features to protein, compute peptide variants from dna 
          * variants and add as features on the protein sequence ta-da
          */
-        AlignmentUtils.computeProteinFeatures(querySeq, proteinSeq,
-                mapList);
+        // JAL-3187 render on the fly instead
+        // AlignmentUtils.computeProteinFeatures(querySeq, proteinSeq, mapList);
       }
     } catch (Exception e)
     {