This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 26 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
external DB type strings contains '%' and use "LIKE" or "=" accordingly. Document this behaviour in the POD of the method. Also, safely quote strings inserted into SQL. In _type_by_external_db_id(): Fix documentation for method. Both pointed out by Michael S.
-
- 25 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 16 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
<ensembl-dev@ebi.ac.uk> to <dev@ensembl.org>.
-
- 11 Aug, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 02 Feb, 2010 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 17 Nov, 2009 1 commit
-
-
Amy Tang authored
-
- 29 Oct, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 21 Jul, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 19 May, 2009 1 commit
-
-
Nathan Johnson authored
-
- 09 Mar, 2009 1 commit
-
-
Ian Longden authored
-
- 04 Mar, 2009 1 commit
-
-
Andreas Kusalananda Kähäri authored
Formatting of SYNOPSIS code. Passes unit tests.
-
- 15 Jan, 2009 1 commit
-
-
Nathan Johnson authored
-
- 14 Jan, 2009 1 commit
-
-
Ian Longden authored
-
- 29 Oct, 2008 1 commit
-
-
Daniel Rios authored
changes introduced in release 52: new column description in external_db and new column in dna_align_feature
-
- 20 Oct, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
When testing for existance of an object xref entry with linkage_annotation, treat NULLs as equals. + some formatting.
-
- 24 Jul, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
Using this code on databases not patched up to the v51 schema will fail. A pre-merge tag was put in place just before this merge: pre-multispecies-merge (in ensembl/modules/Bio/EnsEMBL)
-
- 22 Jul, 2008 1 commit
-
-
Daniel Rios authored
-
- 01 Jul, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
registry and not get_XXXAdaptor() explicitly.
-
- 24 Apr, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
Slightly more elegant way of collecting results in _type_by_external_id() and in _type_by_external_db_id().
-
- 23 Apr, 2008 2 commits
-
-
Andreas Kusalananda Kähäri authored
(MySQL v5 knows how to do index merges) in _type_by_external_id(): # decrease in time by 35% $dbea->list_transcript_ids_by_extids('BRCA2'); # decrease in time by 28% $dbea->list_translation_ids_by_extids('GO:0004835'); # decrease in time by 24% $dbea->list_gene_ids_by_extids('ARSE'); Also some formatting.
-
Andreas Kusalananda Kähäri authored
-
- 21 Apr, 2008 1 commit
-
-
Nathan Johnson authored
-
- 19 Mar, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
fetchrow_arrayref() to speed up DB fetching by approx. 100 rows/sec.
-
- 30 Aug, 2007 1 commit
-
-
Andreas Kusalananda Kähäri authored
If there are no synonyms, return an empty list, not a list containing a reference to an empty list.
-
- 16 Aug, 2007 1 commit
-
-
Andreas Kusalananda Kähäri authored
Add an optional fourth boolean argument, $ignore_release: If unset or zero, will require that the release string of the DBEntry object is identical to the release of the external database. If set and non-zero, will ignore the release information.
-
- 27 Jul, 2007 1 commit
-
-
Glenn Proctor authored
-
- 05 Jul, 2007 1 commit
-
-
Will Spooner authored
-
- 21 Jun, 2007 1 commit
-
-
Andreas Kusalananda Kähäri authored
fetch_all_by_external_name() in GeneAdaptor.pm, TranscriptAdaptor.pm, and in TranslationAdaptor.pm. This will limit the returned genes, transcripts, or translations, to those that originates from the named external database. This also means adding the optional argument to list_gene_ids_by_extids(), list_transcript_ids_by_extids(), list_translation_ids_by_extids(), and to _type_by_external_id() in DBEntryAdaptor.pm. The matching is done on 'db_name' in the 'external_db' table with LIKE and an appended '%' to the given $external_db_name.
-
- 05 Jun, 2007 1 commit
-
-
Ian Longden authored
added NOTE about fetching by primary accession not being bothered about what the external database is
-
- 30 May, 2007 1 commit
-
-
Ian Longden authored
-
- 16 Apr, 2007 1 commit
-
-
Ian Longden authored
-
- 13 Apr, 2007 1 commit
-
-
Ian Longden authored
-
- 20 Mar, 2007 1 commit
-
-
Glenn Proctor authored
-
- 07 Mar, 2007 1 commit
-
-
Glenn Proctor authored
-
- 03 Jan, 2007 1 commit
-
-
Ian Longden authored
Added optional argument to get_all_DBEntries and get_all_DBLinks which is the database name. Use like in sql statment so percentage sign can be used for wild cards etc.
-
- 12 Oct, 2006 1 commit
-
-
Glenn Proctor authored
-
- 22 Sep, 2006 1 commit
-
-
Glenn Proctor authored
-
- 01 Sep, 2006 1 commit
-
-
Glenn Proctor authored
-
- 19 Jul, 2006 1 commit
-
-
Ian Longden authored
-
- 17 Jul, 2006 1 commit
-
-
Ian Longden authored
-