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 .
- Sep 02, 2010
-
-
Bronwen Aken authored
-
Bronwen Aken authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- Sep 01, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
# patch_59_60_c.sql # # Title: # A patch to fix a couple of inconsistencies in the schema. # # Description: # QC turned up issues with the signedness of a number of fields in # the Ensembl Core schema. This patch fixes these. The fields # are: karyotype.seq_region_start, karyotype.seq_region_end and # seq_region.length (should all be UNSIGNED).
-
Andreas Kusalananda Kähäri authored
to find.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
# # Title: # A patch to fix a couple of inconsistencies in the schema. # # Description: # A couple of fixes to the schema to do with inconsistencies found # during QC.
-
Andreas Kusalananda Kähäri authored
get_all_DBEntries(). From Michael S.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
unneccesarily in add_Attributes(). Transcript attributes do not affect exon sequences. Also, the code tried to fiddle with the internals of the exon object, which is a no-no (especially since those particular internals did not exist!). While at it, I changed a few of "$hash->{'key'} = undef" into "delete($hash->{'key'})".
-
- Aug 31, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
conditional operator. In fetch_all_by_Transcript(): Be absolutely sure not to add the exon_transcript table twice. Should solve a bug reported by Jan.
-
- Aug 27, 2010
-
-
Andreas Kusalananda Kähäri authored
In translation_id(): Update for this method. All from Michael S.
-
Andreas Kusalananda Kähäri authored
throw() has the correct message (but leave it commented out since it would stop circular genomes working). In overlap_size(): Correct documentation. All from Michael S.
-
Andreas Kusalananda Kähäri authored
Michael S. Also, reformat method.
-
Glenn Proctor authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Michael S.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Michael S. Also, reformat method.
-
Andreas Kusalananda Kähäri authored
message. From Michael S. Also, reformat method.
-
Andreas Kusalananda Kähäri authored
mentioning of return values as none are returned (and the rest of the API is not expecting anything). From Michael S. Also, reformat method.
-
Susan Fairley authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
transcript's translation.
-
Andreas Kusalananda Kähäri authored
translation's transcript.
-
Andreas Kusalananda Kähäri authored
-
- Aug 26, 2010
-
-
Andreas Kusalananda Kähäri authored
of the two slices into account. From Michael S.
-
Andreas Kusalananda Kähäri authored
transcripts. In get_all_DBEntries(): Document undocumented arguments. From Michael S.
-
Andreas Kusalananda Kähäri authored
slice was given. Noticed by Michael S.
-
Andreas Kusalananda Kähäri authored
From Michael S.
-
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.
-
Andreas Kusalananda Kähäri authored
Fix misspelt "Exmaple". In AUTOLOAD(): warning() before throw(), otherwise not much joy.
-
Andreas Kusalananda Kähäri authored
Also get rid of inconsistency pointed out by Michael S.
-
Andreas Kusalananda Kähäri authored
Fix documentation for register_assembled(), register_component(), _register_chained_special(). Remove unused variable in _build_combined_mapper(). Initialise $mid_cs_id in _register_chained_special() properly. Use splice() to remove a list element in register_all_chained() rather than setting the list length (say what?!).
-