This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 01 Sep, 2008 1 commit
-
-
Daniel Rios authored
added 2 new attributes in protein and dna alignFeatures to get the name of the external database and the displayable name
-
- 01 Aug, 2008 2 commits
-
-
Eugene Kulesha authored
-
Eugene Kulesha authored
-
- 29 Jul, 2008 2 commits
-
-
Eugene Kulesha authored
-
Eugene Kulesha authored
-
- 07 Jul, 2008 1 commit
-
-
Eugene Kulesha authored
-
- 01 Jul, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
registry and not get_XXXAdaptor() explicitly.
-
- 14 Mar, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
In all the feature adaptors, use either _create_feature() or _create_feature_fast() from BaseFeatureAdaptor in _objs_from_sth() to create features.
-
- 21 Sep, 2007 1 commit
-
-
Ian Longden authored
-
- 02 Jan, 2007 1 commit
-
-
Ian Longden authored
added order as an optional argument to list_dbIDs, mosy useful for genes and transcripts so caching is maximised
-
- 14 Aug, 2006 1 commit
-
-
Ian Longden 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
-
- 16 May, 2005 1 commit
-
-
Arne Stabenau authored
-
- 29 Apr, 2004 1 commit
-
-
Laura Clarke authored
bug fix in Bio::EnsEMBL::Feature added import of warning method into DnaAlignFeatureAdaptor
-
- 09 Jan, 2004 1 commit
-
-
Arne Stabenau authored
-
- 17 Jul, 2003 1 commit
-
-
Glenn Proctor authored
-
- 19 Mar, 2003 1 commit
-
-
Graham McVicker authored
-
- 28 Jan, 2003 1 commit
-
-
Graham McVicker authored
fixes RepeatFeatureAdaptor::fetch_by_dbID
-
- 16 Jan, 2003 1 commit
-
-
Arne Stabenau authored
fixed some memory leak problems, store Analysis object will now happen on feature store. That could slow down the Pipeline
-
- 03 Jan, 2003 1 commit
-
-
Graham McVicker authored
-
- 18 Oct, 2002 1 commit
-
-
Graham McVicker authored
-
- 17 Oct, 2002 1 commit
-
-
Graham McVicker authored
Updates so slices can handle negative strand, not finished yet, and not tested
-
- 11 Oct, 2002 1 commit
-
-
Dan T Andrews authored
-
- 07 Oct, 2002 1 commit
-
-
Graham McVicker authored
-
- 03 Oct, 2002 1 commit
-
-
Graham McVicker authored
-
- 01 Oct, 2002 2 commits
-
-
Graham McVicker authored
-Sped up general feature retrieval a little bit
-
Web Admin authored
-
- 26 Sep, 2002 1 commit
-
-
Graham McVicker authored
-
- 23 Sep, 2002 1 commit
-
-
Dan T Andrews authored
Fixed a bug in _objs_from_sth where the hit start coordinate was accidentally being used as the hit score.
-
- 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
-
- 12 Sep, 2002 1 commit
-
-
Arne Stabenau authored
-
- 11 Sep, 2002 2 commits
-
-
Alistair Rust authored
-
Graham McVicker authored
fetch_by_contig_id(int) -> fetch_by_Contig(RawContig) store(int, list of Features) -> store(list of Features with attached contigs)
-
- 29 Aug, 2002 1 commit
-
-
Graham McVicker authored
and Updated DBConnection so that get_adaptor no longer checks the object type of adaptors
-
- 21 Aug, 2002 1 commit
-
-
Graham McVicker authored
BaseFeatureAdaptor was returning list when it should have been returning scalar - fixed. Added dbID to SimpleFeature, dbID of DnaDnaAlignFeatures and PepDnaAlignFeatures now set by their respective feature adaptors upon retrieval from the database
-
- 19 Aug, 2002 2 commits
-
-
Graham McVicker authored
updated ProteinAlignFeatureAdaptor DnaAlignFeatureAdaptor to extend new BaseAlignFeatureAdaptor thereby eliminating quite a few lines of duplicated code
-
Laura Clarke authored
ExonAdaptor this now expects to store new style supporting features is, storing alignfeatures then appropriate idss in supporting feature table which is now a linkage table warning all other code for supporting features will be broken if you are using a new style supporting feature table or the store method will be broken if you are using an old style supporting feature table this will hopefully be fixed soon so update your supporting feature tables!
-
- 09 Aug, 2002 1 commit
-
-
Arne Stabenau authored
-
- 29 Jul, 2002 1 commit
-
-
Graham McVicker authored
-