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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Nov 10, 2008
-
-
Jan-hinnerk Vogel authored
now imports throw() method out of Bio::EnsEMBL::Utils::Exception to properly compile after changes done on 29-Oct-08 r 1.27
-
- Nov 08, 2008
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- Nov 07, 2008
-
-
Karyn Megy authored
-
Andreas Kusalananda Kähäri authored
-
- Nov 06, 2008
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
When removing the final stop codon from the mRNA (if present), use the codon table properly, i.e. do not assume we're using codon table 1.
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Glenn Proctor authored
-
- Nov 05, 2008
-
-
Andreas Kusalananda Kähäri authored
Format it. The method never actually throws an exception.
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
file!
-
Eugene Kulesha authored
-
- Nov 04, 2008
-
-
Nathan Johnson authored
-
- Nov 03, 2008
-
-
Yuan Chen authored
-
- Oct 31, 2008
-
-
Eugene Kulesha authored
-
Eugene Kulesha authored
-
Eugene Kulesha authored
get slice adaptor from the destination slice, rather then the current db - because userdata features are stored in a different db
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
of SQL.
-
- Oct 30, 2008
-
-
Daniel Rios authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
- Use defined() in if-statements. - Properly quote the $hit_name in the SQL.
-
Andreas Kusalananda Kähäri authored
argument $pid is not defined, even though it isn't and even though $pid is optional. Fixed.
-
Andreas Kusalananda Kähäri authored
that does not exist. Fixed.
-
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".
-
Daniel Rios authored
-
- Oct 29, 2008
-
-
Andreas Kusalananda Kähäri authored
Formatting of method documentation.
-
Glenn Proctor authored
-
Glenn Proctor authored
-