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 27, 2013
-
-
Andy Yates authored
Committing since we are now beyond the branch point in the API. This allows a FullIdCache to key on various alternative identifiers/keys generated by the implementing class. It means that if you want this functionality you need to sub-class FullIdCache.
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
now supports schema_version and schema_type retrieval
-
Magali Ruffier authored
not used directly in the ontology database but allows for compatibility with the core MetaContainer and release version tracking
-
Magali Ruffier authored
is not required for ontology database but allows for compatibility with metacontainer and schema version control like other databases
-
Magali Ruffier authored
allows for future schema patching added single table.sql file, replaces the need for individual sql files for each table
-
Magali Ruffier authored
successfully tested on farm3 settings
-
- Aug 23, 2013
-
-
Magali Ruffier authored
updated log messages to be clearer about which bit of assembly is being updated
-
- Aug 22, 2013
-
-
Magali Ruffier authored
compared to the default feature one, does not have 'ID' field, as display_id is not unique for repeats instead, used for description field
-
Magali Ruffier authored
added fetch_stable_id_event and get_event methods for archivestableid, in adaptor and object modules respectively allows to get the specific event of an archive stable id related to a given stable id finally gives access to score
-
Magali Ruffier authored
also updated existing tests to use is rather than ok whenever possible
-
- Aug 20, 2013
-
-
Andy Yates authored
Using while shift will eventually cause an undef to be processed. This is how the while loop detects a false condition. We cannot lc() an undef. Do not do this in the while. Only do it in the loop
-
- Aug 19, 2013
-
-
Magali Ruffier authored
if biotypes between transcripts differ, add penalty if biotype groups between transcripts differ, add even more penalty
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
allows to return protein feature specific attributes for translation rest endpoint
-
- Aug 16, 2013
-
-
Magali Ruffier authored
with rest stack trace, \n is ignored and the query looks like columnFROM it is not going to affect the running of the query, but can be confusing, so adding a space before the FROM
-
- Aug 15, 2013
-
-
Andy Yates authored
The method was called on the wrong object. Swithced around and tested
-
Magali Ruffier authored
'logic_name' can be the analysis' logic_name, or the db name if nothing found allows to fetch 'low_complexity' regions without knowing that the analysis is seg only works if no protein_features were added to that translation mimicks the webcode behaviour like in http://www.ensembl.org/Homo_sapiens/Transcript/Domains?db=core;g=ENSG00000139618;r=13:32889611-32973805;t=ENST00000544455
-
Andy Yates authored
Nick in Ensembl Genomes has seen an issue with bacteria databases where we exceed the number of connections on MySQL. As we loop through DBAdaptors we do not disconnect. That means an ID which appears later on will have opened all prior databases. The connection is still active. We now disconnect this.
-
- Aug 12, 2013
-
-
Magali Ruffier authored
we have too many reg starting variables to use shortened names
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
replaced reg with registry for more explicit code
-
Magali Ruffier authored
if we use first_registry and last_registry throughout the module, we can probably afford to use registry rather than reg for the simpler cases
-
Magali Ruffier authored
-
Magali Ruffier authored
helps for consistency across modules also makes it easier to grep for registry calls, reg is too generic (regulatory, region, registry...)
-
Magali Ruffier authored
seq_regon_name would never have worked, so the warn would have ended up as a fail
-
Magali Ruffier authored
-
- Aug 09, 2013
-
-
Andy Yates authored
Simple formatting changes suggested by Bron. Will make the example cut-paste usable.
-
Andy Yates authored
Patch submitted by Leo for PGSQL default port number.
-
Andy Yates authored
We have decided to revert this change. GeneBuilder code has a link to the existing functionality manifesting itself as subtle silent breakages. The old functionality has been brought back. Warning added about how possibly bad using the array from this function is.
-
- Aug 08, 2013
-
-
Andy Yates authored
Test schemas should not need this. It also gets in the way of SQL diffs so just ignore it for the moment.
-
Andy Yates authored
The test schema was out of sync for ages due to it never being patched using the patch sets. This is no longer the case. We needed a one shot resynchronisation between the live schema and this test schema. All test cases have been run and still pass. Assuming the processes has not destroyed data. Any data changes seem to be related to different levels of precision being emitted in the files. Meta coord was updated.
-
Alessandro Vullo authored
-
Magali Ruffier authored
if your meta_coord table is wrong, you should run update_meta_coord.pl, not meta_levels.pl
-
Magali Ruffier authored
added sources for chimp, cod and anolis
-
Magali Ruffier authored
-
Magali Ruffier authored
-