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 15, 2011
-
-
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.
-
Ian Longden authored
-
Ian Longden authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
Rolling back the code to 1.20 because of issues with re-binning the human Y chromsome density values resulting in a -ve value.
-
- Sep 14, 2011
-
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
Commit moved to HEAD from branch-64. Moved the slice fetch into the knowngenedensity/genedensity loop so we can continue to use shift to iterate through them
-
Ian Longden authored
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
According to test cases adaptor() should be nullable by passing an undef through to the mutator. Detection of a purposful undef is by checking the length of @_
-
Andreas Kusalananda Kähäri authored
db_name in external_db. Clean up a few bugs while I'm at it. Bugs corrected: A list (rather than a list reference) was returned if the external_db_id for the given db_name could not be found. The list returned from list_gene_ids_by_external_db_id() (in DBEntryAdaptor) was used as a hash.
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Monika Komorowska authored
Storing 'intersection_of' lines for terms, storing relationships between terms not defined in the current ontology.
-
- Sep 13, 2011
-
-
Ian Longden authored
-
Ian Longden authored
-
- Sep 12, 2011
-
-
Nathan Johnson authored
-
Andreas Kusalananda Kähäri authored
-
- Sep 09, 2011
-
-
Ian Longden authored
-
Ian Longden authored
dependent_source table now has a string that is the name of the source for the dependent value rather than the source_id as this could involve too many items in the list and user may not realise what to list. So using a name is simpler
-
Ian Longden authored
The header of the HGNC file being processed is now used to find the indexes to be used on an array holding the data. This was hard coded earlier. Code is harder to read now maybe but will deal with changes in the data format and has better error checking
-
Ian Longden authored
get_valid codes now returns an hash that contians an array of values rather than just a single xref_id. Due to more than one xref_id having the same acc for the same source name (priority xrefs). So calls using this needed to be changed
-
Ian Longden authored
get_valid codes now returns an has that contians an array of values rather than just a xref_id. Due to more than one xref_id haing the same acc for the same source name (priority xrefs)
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Andreas Kusalananda Kähäri authored
-
- Sep 08, 2011
-
-
Andreas Kusalananda Kähäri authored
-
- Sep 07, 2011
-
-
Monika Komorowska authored
Ignoring terms referenced in intersection_of lines, until we redesign the db/ parsing script to be able to store them.
-
Andreas Kusalananda Kähäri authored
any whitespace. Some reformatting.
-
Ian Longden authored
-
Ian Longden authored
-force command line option added to remove user interaction so that the farm can be utilised. if -force is used then user will not be asked if they want to update or delete data it will just be done
-
Ian Longden authored
dependencys added so that for a source to be loaded then all of its dependecies must be loaded before it. Stored in a table dependent_source.
-
Ian Longden authored
new print_stats method created from code already there, which has been tidied up. -force checked before user requests and if set default actions are taken (for use with farm). Removed old subs that are never called. Plus general tidying :-)
-