Important
As per eHive version 2.7.0, all the meadows other than SLURM
and Local
are deprecated and not supported anymore.
This repository should remain in sync with eHive's version/2.6
, as we do not plan to apply any change to it.
The main
branch is expected to go out of sync over time as we apply changes to eHive.
Please, do not hesitate to contact us, should this be a problem.
eHive is a system for running computation pipelines on distributed computing resources - clusters, farms or grids. This repository is the implementation of eHive's Meadow interface for the HTCondor job scheduler.
This repository is versioned the same way as eHive itself, and both checkouts are expected to be on the same branch name to function properly.
version/2.5
,version/2.6
, etc. are stable branches that work with eHive's branches of the same name. These branches are stable and only receive bugfixes.main
is the development branch and follows eHive'smain
. We primarily maintain eHive, so both repos may sometimes go out of sync until we upgrade the HTCondor module too
The module is continuously tested under HTCondor 8.0.5 as shipped in Ubuntun 14.04 (Trusty) thanks to the Docker infrastructure. We provide two Docker images:
- ensemblorg/docker-htcondor This container only adds HTCondor to a service-oriented Ubuntu.
- ensemblorg/ensembl-hive-htcondor This container extends ensemblorg/docker-htcondor by adding the ensembl-hive and ensembl-hive-htcondor repositories (and their dependencies)
The latter can be used to test new versions of the code by running
scripts/ensembl-hive-htcondor/start_test_docker.sh
. The script
will start a new ensemblorg/ensembl-hive-htcondor
container with
your own copies of ensembl-hive and ensembl-hive-htcondor mounted.
scripts/ensembl-hive-htcondor/start_test_docker.sh /path/to/your/ensembl-hive /path/to/your/ensembl-hive-htcondor name_of_docker_image
The last argument can be skipped and defaults to ensemblorg/ensembl-hive-htcondor
.
This module has been written by Matthieu Muffato (EMBL-EBI).
eHive is maintained by the Ensembl project. We (Ensembl) are only using SLURM to run our computation pipelines, and can only test HTCondor on the Docker image indicated above.
There is eHive users' mailing list for questions, suggestions, discussions and announcements. To subscribe to it please visit this link