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 08, 2013
-
-
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
-
Magali Ruffier authored
transcript_direct_xref is added if exon overlap between ensembl transcript and refseq transcript scores high but translation_direct_xref is only added if ensembl translation and refseq translations match if they don't match, do not add direct xref, this gap will hopefully be filled up by the exonerate alignments
-
Alessandro Vullo authored
-
Magali Ruffier authored
patch was mentioned in meta table but not actually applied
-
Magali Ruffier authored
when inserting 3 entries in parallel, should only store once but depending on how fast mysql catches up, the return dbID corresponds to the first or the last attempt now allowing for this change of mind
-
- Aug 07, 2013
-
-
Andy Yates authored
-
Andy Yates authored
After talking to Compara we found the need to support additional lookups with the full id cache. Since all values are stored in memory the lookup is very easy to compute.
-
Andy Yates authored
The production and web teams have reported odd going ons when people copy from staging onto another server. This is because this script optimises databases before copying. These DBs should already be optimised so there is no need to do this stage. In fact it can alter the checksums of the MYI files which causes the webteam to wonder if data has been switched out without them knowing.
-
Andy Yates authored
Leo submitted patch. We support pgsql as a way of defining the driver. This is inline with us accepting sqlite as a valid synonym for DBD::SQLite.
-
Andy Yates authored
To provide improved querying of caches we now support SQL statements. These queries return a list of keys (normally primary key db identifiers) defining a list of objects to return. It is up to sub-BaseCache implementations to deal with the nitty gritty of cache mis-hits (something they need to do anyway).
-
- Aug 06, 2013
-
-
Alessandro Vullo authored
-
Alessandro Vullo authored
- seq: pass defined slice intervals to trigger the correct program flow in SequenceAdaptor - project: removed since believed to have bugs - project_org: removed since it's not used anywhere
-
Kieron Taylor authored
-
Andy Yates authored
The code previously allowed bogus numbers through into the final slice which caused errors in later methods. The website crashed because of this. We will reject anything that was not an integer if the start or end was defined.
-
Alessandro Vullo authored
-
Andy Yates authored
Nathan requested methods which can perform this kind of task (assert the contents of a data structure). We support 1 level of arrays and hashes. All test cases pass at time of writing. Methods for capturing method returns were not implemented. They do not fit into the Utils way of doing (no method actually performs a task on an object they just report what it is).
-
- Aug 05, 2013
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
also some ergonomical changes: - get a count+ is test replaced by is_count method - variable names declared at the top of the modules, so can easily change gene/dbid/db used if the test database changes
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
- Aug 02, 2013
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
Changed expected GTF in some cases: the start/stop codons should not have been there (incomplete CDS annotation)
-
- Jul 31, 2013
-
-
Alessandro Vullo authored
-
James Allen authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
Removed get_all_ExternalFeatures method, now borrowed from parent where the corresponding adaptor handle the circular slice case
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
Removed some Slice overridden get_all_(Feature) methods since features/slices spanning the origin of replication are handled the corresponding feature adaptor
-