JAL-1705 further unit tests
[jalview.git] / src / jalview / ext / ensembl / EnsemblGenome.java
index b7db2bc..6bbc3e9 100644 (file)
@@ -37,9 +37,10 @@ public class EnsemblGenome extends EnsemblSeqProxy
 
   /**
    * Answers true unless the feature type is 'transcript' (or a sub-type of
-   * transcript in the Sequence Ontology). Transcript features are only
-   * retrieved in order to identify the transcript sequence range, and are
-   * redundant information on the transcript sequence itself.
+   * transcript in the Sequence Ontology), or has a parent other than the given
+   * accession id. Transcript features are only retrieved in order to identify
+   * the transcript sequence range, and are redundant information on the
+   * transcript sequence itself.
    */
   @Override
   protected boolean retainFeature(SequenceFeature sf, String accessionId)