Merge branch 'develop' into Jalview-JS/develop
[jalview.git] / src / jalview / ext / ensembl / EnsemblSeqProxy.java
index 2e20665..c22b414 100644 (file)
@@ -340,8 +340,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)
     {