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 .
- Jun 25, 2012
-
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Dan Sheppard authored
VEGA haplotype slices are non-reference now: 1. add predicate for haplotype slices; 2. workaround for issue with API where haplotype slices are non-reference but have no assembly exceptions; 3. fix map_assembly.pl so that it doesn't assume non-reference is a patch. The other half of this commit is in ensembl-otter git.
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Monika Komorowska authored
-
Andy Yates authored
Additional patch to bring in version into the unique key for xref. Also apply changes to gene and transcript
-
- Jun 23, 2012
-
-
Andy Yates authored
-
Andy Yates authored
-
- Jun 22, 2012
-
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Monika Komorowska authored
removed warning in store_alt_alleles when none of the alt_alleles in a set is on reference sequence - this is a valid case and doesn't require a warning
-
- Jun 21, 2012
-
-
Andy Yates authored
-
Nathan Johnson authored
-
Andy Yates authored
-
Andy Yates authored
-
- Jun 20, 2012
-
-
Dan Staines authored
-
- Jun 19, 2012
-
-
Andy Yates authored
-
Andy Yates authored
Assignment bug; we did not want the cache assigned to the ID of the seq region but wanted the seq region id into a local variable. Fixed.
-
Andy Yates authored
Using the "best" HTTP client available i.e. avoid making people install LWP if they are on a late enough version of Perl. HTTP::Tiny is very nice
-
Andy Yates authored
Asking if a dereferenced array ref is undefined is not testing what you think it is and is deprecated in Perl 5.16.0. You are seeing if the first element was defined when in actual fact you needed to assert if the array reference was undefined and act accordingly.
-
- Jun 18, 2012
-
-
Andy Yates authored
-
Andy Yates authored
-
Steve Trevanion authored
-
Andy Yates authored
-
Andy Yates authored
Simplification of the select. The query for select used fields which are not part of the unique key. We also get the API to issue a throw the moment we miss the xref id retrieval. This should be an impossible scenario to get into though
-