This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 02 Feb, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 04 Mar, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
Formatting of SYNOPSIS code. Passes unit tests.
-
- 30 Oct, 2008 7 commits
-
-
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".
-
- 29 Oct, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
Formatting of method documentation.
-
- 21 Sep, 2007 1 commit
-
-
Ian Longden authored
-
- 22 Sep, 2006 1 commit
-
-
Glenn Proctor authored
-
- 13 Sep, 2006 3 commits
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
- 23 Nov, 2005 1 commit
-
-
Daniel Rios authored
modified execute calls to make compatible with other databases. Need to use bind_param first, with the type of the parameter, and execute later
-
- 12 Aug, 2005 1 commit
-
-
Ian Longden authored
-
- 10 Aug, 2004 1 commit
-
-
Will Spooner authored
-
- 01 Mar, 2004 1 commit
-
-
Graham McVicker authored
-
- 09 Jan, 2004 1 commit
-
-
Arne Stabenau authored
-
- 28 Jan, 2003 1 commit
-
-
Graham McVicker authored
fixes RepeatFeatureAdaptor::fetch_by_dbID
-
- 22 Nov, 2002 1 commit
-
-
Graham McVicker authored
-
- 16 Oct, 2002 2 commits
-
-
Graham McVicker authored
-
Graham McVicker authored
-
- 10 Oct, 2002 1 commit
-
-
Graham McVicker authored
and in Slice to make more consistant.
-
- 19 Sep, 2002 1 commit
-
-
Graham McVicker authored
-'Flatening' FeaturePair object so that it no longer contains 2 SeqFeatures; It is now isa SeqFeature with some additional Hit attributes (object still bhaves as if it contained two features -Adding 'fast' constructors to DnaDnaAlignFeatures and PepDnaAlignFeatures -Some other minor tweaks such as using bind columns instead of fetchrow_hashref
-
- 11 Sep, 2002 1 commit
-
-
Graham McVicker authored
fetch_by_contig_id(int) -> fetch_by_Contig(RawContig) store(int, list of Features) -> store(list of Features with attached contigs)
-
- 28 Aug, 2002 1 commit
-
-
Graham McVicker authored
-
- 20 Aug, 2002 1 commit
-
-
Graham McVicker authored
DBAdaptor now allows for attached EST database
-
- 19 Aug, 2002 2 commits
-
-
Graham McVicker authored
Moved generic FeatureAdaptor functions from BaseAlignFeatureAdaptor to BaseFeatureAdaptor, SimpleFeatureAdaptor and AlignFeatureAdaptor now extend BaseFeatureAdaptor
-
Graham McVicker authored
updated ProteinAlignFeatureAdaptor DnaAlignFeatureAdaptor to extend new BaseAlignFeatureAdaptor thereby eliminating quite a few lines of duplicated code
-