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 .
- Aug 23, 2011
-
-
Laurent Gil authored
-
- Aug 22, 2011
-
-
Kieron Taylor authored
-
Monika Komorowska authored
-
Laurent Gil authored
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Ian Longden authored
-
Ian Longden authored
-
Monika Komorowska authored
-
- Aug 19, 2011
-
-
Andy Yates authored
Adding a more generic URI parser to replace the numerous places where people parse URIs in API code (mostly to get DB params)
-
Andy Yates authored
bringing in /codon_start to represent offsets in the CDS based upon phase. The translation from phase to codon_start is non-obvious & has been documented.
-
Andy Yates authored
-
Andy Yates authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
64 to 255 characters. Requested by Nick Langridge.
-
- Aug 18, 2011
-
-
Andreas Kusalananda Kähäri authored
Also, I got a logic test back to front (fixed).
-
- Aug 17, 2011
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
result in infinite recursion.
-
Andy Yates authored
Due to a bug in MySQL we need to drop the unique index, change the field to varchar then reaply the index otherwise latin1 encodings can cause a constraint error to occur. This only affects the conversion of enum to varchar
-
Andreas Kusalananda Kähäri authored
and mark the canonical one as canonical. Solves issue raised by Will McLaren where none of the transcripts returned from $gene->get_all_Transcripts() would be marked as canonical.
-
- Aug 16, 2011
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Arnaud Kerhornou authored
-
Andreas Kusalananda Kähäri authored
($use_projection_code at top of module) for debugging.
-
Laurent Gil authored
-
Laurent Gil authored
New methods 'get_all_StructuralVariationFeatures' and 'get_all_CopyNumberVariantProbeFeatures' to replace 'get_all_StructuralVariations' and 'get_all_CopyNumberVariantProbes' (deprecated)
-
Andy Yates authored
Force the loading of external synonyms before getting the code to store them. Otherwise we incorrectly retrieve external synonyms from the source database with a newly assigned ID
-
- Aug 15, 2011
-
-
Steve Trevanion authored
fixes when identifying other stops - 1) ribosomal frameshift ignored, 2) stop codon being automatically annotated as a seleno and 3) non numerical values in comments
-
Dan Staines authored
-
- Aug 12, 2011
-
-
Monika Komorowska authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
source are on different seq_regions. Also check the exonerate score threshold before adding the score to the exonerate scoring matrix.
-
Simon Brent authored
-
- Aug 11, 2011
-
-
Monika Komorowska authored
-
Monika Komorowska authored
Values will be tested in healthchecks.
-
Monika Komorowska authored
This will be tested in healthchecks instead, to prevent loading blanks for unknown types.
-
Andreas Kusalananda Kähäri authored
When called by list_stable_ids() (in e.g. GeneAdaptor) and we're dealing with a multi-species database, we need to also join with the base feature table since the stable_id tables do not have seq_region_ids. Solves a problem raised on the dev list.
-
- Aug 10, 2011
-
-
Andy Yates authored
Changing from the || test to a ternary statement due to an error raised by EG & the EST pipeline when migrating from v1.136 to v1.37 of this file. If this does not solve it then it must be the throw above which has caused it.
-
Arnaud Kerhornou authored
-