This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 12 Aug, 2013 9 commits
-
-
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
-
- 09 Aug, 2013 3 commits
-
-
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.
-
- 08 Aug, 2013 1 commit
-
-
Magali Ruffier authored
if your meta_coord table is wrong, you should run update_meta_coord.pl, not meta_levels.pl
-
- 07 Aug, 2013 4 commits
-
-
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
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).
-
- 06 Aug, 2013 4 commits
-
-
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
-
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).
-
- 05 Aug, 2013 5 commits
-
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
- 02 Aug, 2013 1 commit
-
-
Alessandro Vullo authored
-
- 31 Jul, 2013 6 commits
-
-
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
-
Alessandro Vullo authored
-
- 30 Jul, 2013 4 commits
-
-
Andy Yates authored
-
Alessandro Vullo authored
Check feature out of destination slice. SimpleFeatureAdaptor debugged in the negative strand slice case
-
Alessandro Vullo authored
Removed methods get_all_(Genes|Transcripts|Exons|Attributes) which weren't doing the correct thing in case of slices and features spanning the origin of replication
-
Alessandro Vullo authored
-
- 29 Jul, 2013 2 commits
-
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
- 25 Jul, 2013 1 commit
-
-
Kieron Taylor authored
-