This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- Jun 05, 2014
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- May 15, 2014
-
-
Leo Gordon authored
-
Leo Gordon authored
bugfix: when using more than one standalone worker make sure their /tmp directories do not clash
-
Javier Herrero authored
The worker_temp_directory for standalone workers was set to /tmp/worker_${USER}.standalone. If two standalone workers were running on the machine, they could overwrite each other’s files. The fix include the process ID ($$ in Perl) in the directory name.
-
- Apr 23, 2014
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- Apr 10, 2014
-
-
Matthieu Muffato authored
* version/1.9: Really cleans-up the temp directory if it has been created by a previous worker
-
Matthieu Muffato authored
-
- Apr 04, 2014
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- Mar 25, 2014
-
-
Leo Gordon authored
-
- Mar 18, 2014
-
-
Leo Gordon authored
-
- Mar 12, 2014
-
-
Leo Gordon authored
-
- Mar 10, 2014
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- Mar 07, 2014
-
-
Leo Gordon authored
-
- Feb 13, 2014
-
-
Leo Gordon authored
-
- Feb 11, 2014
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- Feb 10, 2014
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- Feb 07, 2014
-
-
Leo Gordon authored
-
Matthieu Muffato authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
Switched to our internal implementation of throw() via Carp::confess. It is also available to Runnables as $self->throw( $msg );
-
Leo Gordon authored
-
Leo Gordon authored
more tweaks: pipeline_name contains rel_with_suffix, EHIVE_USER/EHIVE_PASS are still checked first, schema_version not duplicated
-
- Feb 06, 2014
-
-
Leo Gordon authored
moving Ensembl-specific configuration from HiveGeneric_conf into EnsemblGeneric_conf. Make sure you inherit from the right one!
-
Leo Gordon authored
-
Leo Gordon authored
cosmetic: not sure if we need this module to be around. The only purpose it currently serves is to muddy the waters when it comes to documentation.
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
removed rearrange() and throw() from AnalysisJobAdaptor by removing the unused CreateNewJob() method
-
Leo Gordon authored
-