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 01, 2007
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
- Oct 29, 2007
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
added get_all_Genes_by_source and made get_all_Genes_by type select at teh sql level rather than later on using grep
-
Ian Longden authored
-
- Oct 26, 2007
-
-
Glenn Proctor authored
-
- Oct 25, 2007
-
-
Ian Longden authored
-
Ian Longden authored
-
Glenn Proctor authored
-
- Oct 24, 2007
-
-
Andreas Kusalananda Kähäri authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Andreas Kusalananda Kähäri authored
-
Ian Longden authored
-
- Oct 23, 2007
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Andreas Kusalananda Kähäri authored
Note in the POD that the new $no_fuzz argument is optional and by default undef (false).
-
Andreas Kusalananda Kähäri authored
Sorted out possible SQL precedence problem (idea from James). Old SQL (fragment): FROM (transcript t) LEFT JOIN transcript_stable_id tsi ON tsi.transcript_id = t.transcript_id LEFT JOIN xref x ON x.xref_id = t.display_xref_id LEFT JOIN external_db exdb ON exdb.external_db_id = x.external_db_id New SQL (same fragment): FROM ( ( ( (transcript t) LEFT JOIN transcript_stable_id tsi ON tsi.transcript_id = t.transcript_id ) LEFT JOIN xref x ON x.xref_id = t.display_xref_id ) LEFT JOIN external_db exdb ON exdb.external_db_id = x.external_db_id )
-
Andreas Kusalananda Kähäri authored
Arg [7] : boolean $no_fuzz If true, do not use "fuzzy matching" (see below). This was done to allow the user to by-pass the fuzzy matching code. This will allow for some speed increases and to remove any ambiguity around the results from this method. Also inserted clarifying comment about stickleback DB ('groups' vs. 'chromosomes') from Anne.
-
Daniel Rios authored
-
- Oct 22, 2007
-
-
Daniel Rios authored
-
Daniel Rios authored
sequence returnes by seq call returns the number of bases specified by the length of the StrainSlice
-
- Oct 17, 2007
-
-
Bronwen Aken authored
-
Bronwen Aken authored
-
Andreas Kusalananda Kähäri authored
the coding region does not start/end in this exon, it also will not end/start here.
-
- Oct 16, 2007
-
-
Jan-hinnerk Vogel authored
host added for pre-sites
-
- Oct 15, 2007
-
-
Jan-hinnerk Vogel authored
options standardised
-
- Oct 12, 2007
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Bronwen Aken authored
Small change to build_transcript_and_gene_display_xrefs subroutine so that gene get their own display_xref instead of being assigned one from a transcript.
-
Bronwen Aken authored
Made pattern matching more strict when choosing type (gene, transcript, translation) as 'pseudogene' transcripts had previously been classified as genes.
-
Bronwen Aken authored
-
Ian Longden authored
-
Ian Longden authored
added optional parameter of code to fetch_all_by_ and remove_from_ so only attibutes with these codes are used
-
Glenn Proctor authored
-
Ian Longden authored
added method delete_cache to remove ALL the assembly caching. Needed for when the assembly is changed
-
Ian Longden authored
-
Bronwen Aken authored
-