This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 26 May, 2018 1 commit
-
-
Matthieu Muffato authored
-
- 12 Jan, 2017 1 commit
-
-
Matthieu Muffato authored
-
- 14 Dec, 2016 1 commit
-
-
Leo Gordon authored
-
- 06 Jul, 2016 1 commit
-
-
Matthieu Muffato authored
-
- 20 Apr, 2016 1 commit
-
-
Leo Gordon authored
-
- 29 Jan, 2016 1 commit
-
-
Leo Gordon authored
-
- 23 Nov, 2015 1 commit
-
-
Matthieu Muffato authored
-
- 27 Mar, 2015 1 commit
-
-
Leo Gordon authored
-
- 30 Jan, 2014 1 commit
-
-
Leo Gordon authored
store_jobs_and_adjust_counters() now also deals with semaphore_count corrections. It is now the preferred job-creation interface.
-
- 28 Jan, 2014 1 commit
-
-
Leo Gordon authored
bugfix: no hope for other DBD drivers to support detection of auto-incrementing fields => use our inernal fixed rule
-
- 24 Jan, 2014 3 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
bugfix: substituting --password for --pass to pacify mysql 5.5.34+ that no longer recognizes options by their prefix
-
- 17 Jan, 2014 1 commit
-
-
Leo Gordon authored
-
- 19 Dec, 2013 1 commit
-
-
Leo Gordon authored
-
- 09 Dec, 2013 1 commit
-
-
Leo Gordon authored
-
- 04 Dec, 2013 1 commit
-
-
Matthieu Muffato authored
-
- 12 Nov, 2013 1 commit
-
-
Leo Gordon authored
ResourceDescription expanded to include both submission_cmd_args and worker_cmd_args. Both args can be specified in a PipeConfig file.
-
- 06 Nov, 2013 1 commit
-
-
Leo Gordon authored
-
- 05 Nov, 2013 1 commit
-
-
Matthieu Muffato authored
-
- 01 Oct, 2013 1 commit
-
-
Leo Gordon authored
pipeline_name is now automatically computed from ClassName; simplified workshop's example files and slides
-
- 26 Sep, 2013 1 commit
-
-
Leo Gordon authored
-
- 21 Sep, 2013 1 commit
-
-
Leo Gordon authored
-
- 13 Sep, 2013 1 commit
-
-
Leo Gordon authored
-
- 08 Sep, 2013 1 commit
-
-
Leo Gordon authored
-
- 07 Sep, 2013 1 commit
-
-
Leo Gordon authored
-
- 04 Sep, 2013 3 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
methods dbconn_2_mysql(), dbconn_2_pgsql(), db_connect_command(), db_execute_command() are DEPRECATED - use db_cmd.pl instead
-
Leo Gordon authored
added support for -pipeline_url as an input parameter (no need to supply hive_driver or password in this case)
-
- 30 Aug, 2013 1 commit
-
-
Leo Gordon authored
-
- 23 Aug, 2013 2 commits
-
-
Leo Gordon authored
now performing deep-stack substitution for whatever is dataflown into tables (rather than just dataflowing the output_id)
-
Leo Gordon authored
bugfix: substituting the accu signature on demand from the very depths of emitting job's param_stack
-
- 22 Aug, 2013 1 commit
-
-
Leo Gordon authored
Simplified interface: now db_cmd.pl understands 'CREATE DATABASE' and 'DROP DATABASE' without parameters, given a full URL.
-
- 21 Aug, 2013 4 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
"parameter stack" implementation using two extra fields in job table. Accu content intended for any job_id has preference over Input_id content for the same job.
-
Leo Gordon authored
-
Leo Gordon authored
Dataflowing minimal information out of Runnables, relying on templates in PipeConfig file to extend it if needed
-
- 20 Aug, 2013 1 commit
-
-
Leo Gordon authored
-
- 15 Aug, 2013 2 commits
-
-
Leo Gordon authored
An important comment about UNIX sockets (without a port number) vs TCPIP sockets (with a port number).
-
Leo Gordon authored
Expose parts of pipeline_db, make them less EnsEMBL-specific, allow multiple failover initializers and use self-reference if none of them worked. Phasing out $self->o('ENV', …) expressions
-