This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 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
-
- 25 Jul, 2002 1 commit
-
-
Graham McVicker authored
-
- 23 Jul, 2002 1 commit
-
-
David Barnwell authored
-
- 12 Jul, 2002 1 commit
-
-
Graham McVicker authored
-
- 19 Jun, 2002 1 commit
-
-
David Barnwell authored
-
- 01 May, 2002 1 commit
-
-
Laura Clarke authored
AnalysisAdaptor - logic_name must be unique so fetch_by_logic_name now only returns one analysis object DnaAlignFeatureAdaptor - formatting print statements etc ProteinAlignFeatureAdaptor - Now follows the same format as DnaAlignFeatureAdaptor, has methods to fetch by contig, slice and assembly location and when constrainted by score or percent id all methods can take an optional type which is logic name RepeatFeatureAdaptor PredictionTranscriptAdaptor all have methods which fetch by slice, contig_id and assembly location and each method has optional type which should be logic_name SimpleFeatureAdaptor
-
- 29 Apr, 2002 1 commit
-
-
Laura Clarke authored
added new methods to get things by contig_id, slice or assembly location and also using score and percent_id as constraints all methods can take an optional type which is logic_name and then feature realting to that logic_name only will be returned
-
- 25 Apr, 2002 2 commits
-
-
Laura Clarke authored
altered fetch_by_assembly_location so returns assembly coordinates rather than raw contig coordinates and so features not on golden path are skipped
-
Ewan Birney authored
-
- 18 Apr, 2002 1 commit
-
-
Laura Clarke authored
The only modelue with any significant changes other than that is Transcript where moltype has been changed to alphabet due to another change in Bioperl 1.0
-