Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 30, 2008
    • Andreas Kusalananda Kähäri's avatar
      The POD for fetch_all_by_Slice_and_hcoverage() refers to an argument · c657a247
      Andreas Kusalananda Kähäri authored
      that does not exist.  Fixed.
      c657a247
    • Andreas Kusalananda Kähäri's avatar
      Add the method fetch_all_by_Slice_and_external_db(): · 1da5d7e7
      Andreas Kusalananda Kähäri authored
         Arg [1]    : Bio::EnsEMBL::Slice $slice
                      The slice from which to obtain align features.
         Arg [2]    : String $external_db_name
                      Name of the external DB to which the align features
                      should be restricted.
         Arg [3]    : (optional) string $logic_name
                      The logic name of the type of features to obtain.
         Example    : @feats =
                       $adaptor->fetch_all_by_Slice_and_external_db( $slice, 'EMBL' );
         Description: Returns a listref of features created from the
                      database which are on the Slice $slice and associated
                      with external DB $external_db_name.  If logic name
                      is defined, only features with an analysis of type
                      $logic_name will be returned.
         Returntype : listref of Bio::EnsEMBL::BaseAlignFeatures
                      in Slice coordinates
         Exceptions : thrown if $external_db_name is not defined or if
                      the subclass does not return a table alias for the
                      external_db table from _tables()
         Caller     : general
         Status     : At Risk
      
      
      Also change one occurance of the word "PepAlignFeatureAdaptor" to
      "ProteinAlignFeatureAdaptor".
      1da5d7e7
    • Daniel Rios's avatar
      fix bug in _fetch_archive_id with parameters · 667a365b
      Daniel Rios authored
      667a365b
  2. Oct 29, 2008
  3. Oct 27, 2008
  4. Oct 24, 2008
  5. Oct 21, 2008
  6. Oct 20, 2008
  7. Oct 17, 2008
  8. Oct 16, 2008
  9. Oct 15, 2008
  10. Oct 13, 2008
  11. Oct 10, 2008