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 .
- Sep 22, 2011
-
-
Andreas Kusalananda Kähäri authored
Use seq_region mappings correctly by getting all external seq_region_ids for our internal seq_region_id and then using an IN-list in the subsequent query.
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
add_xref now takes a hash instead of a list for easy maintainance. Lots of docs and removal of old subroutines. perlcritic fixes.
-
Ian Longden authored
-
- Sep 21, 2011
-
-
Andy Yates authored
-
- Sep 20, 2011
-
-
Kieron Taylor authored
-
Andy Yates authored
-
Andy Yates authored
-
Andreas Kusalananda Kähäri authored
-
Ian Longden authored
parameter parsing changed for some routines. Added docs to all routines and removed those no longer used
-
Ian Longden authored
Replaced XrefParser::BaseParser with self. Lots of parameters changes, going from list to hash based parsing for easy maintainance
-
Andreas Kusalananda Kähäri authored
-
- Sep 16, 2011
-
-
Andy Yates authored
Edge case support for hive which allows for non-scheme URIs. We now treat these as if they are DB URIs.
-
Andy Yates authored
Adding support for SQLite since the URI scheme does not take into account the fact that SQLite is a path and the concept of table does not play well with this
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
output to stdout rather than stderr the list of masters not found. This is to keep the error file for serious problems
-
Ian Longden authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
DBNAME is no longer a required attribute as we now allow for direct DB connections. SQLHelper is now an attribute of a DBConnection. Methods added to avoid unintentional DB disconnections, working with the DBH safely and quote DB identifiers if required (useful to avoid SQL injection attacks with auto-generated code). Equals method also improved. Associated test cases written.
-
Ian Longden authored
-
Monika Komorowska authored
-
Monika Komorowska authored
Added RefSeq_mRNA, RefSeq_mRNA_predicted, RefSeq_ncRNA and RefSeq_ncRNA_predicted external db names to the nucleotide sql.
-
Andy Yates authored
-
Andy Yates authored
-
- Sep 15, 2011
-
-
Andy Yates authored
Removing URIParser sub-package. It was nice in theory but I'd rather support different schemes using extensions to the URI package
-
Kieron Taylor authored
Minor POD corrections
-
Monika Komorowska authored
Changes to get_official_domain_name, if we can't eliminate multiple HGNCs based on priority, and most common name not found via vega, eliminate HGNCs with worse % identity.
-
Andy Yates authored
Removing URIParser sub-package. It was nice in theory but I'd rather support different schemes using extensions to the URI package
-
Andy Yates authored
-
Andy Yates authored
-
Ian Longden authored
Remove getting species_id from filename if they are not set. As these have to be set or it dies before that bit is reached.
-
Ian Longden authored
Remove getting source_id or species_id from filename if they are not set. As these have to be set or it dies before that bit is reached.
-
Ian Longden authored
-
Ian Longden authored
Removed the database connection, database creation and process control from the module as this is different to the actual parsing of the data files. See Database.pm and ProcessData.pm So now module should only deal with the parsing of data and release files
-
Ian Longden authored
-
Ian Longden authored
Controls the overall process of the parsing. Makes calls for the creation of the database and then subsequent calls to fetch and parse the data files.
-