Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.2.0 #282

Merged
merged 8 commits into from
Jun 13, 2022
Merged

v2.2.0 #282

merged 8 commits into from
Jun 13, 2022

Conversation

leepc12
Copy link
Contributor

@leepc12 leepc12 commented Jun 13, 2022

Upgrade Caper to >=2.2.0 for new HPC features.

$ pip install caper>=2.2.0 --upgrade

Conda environment name change:

  • encode-chip-seq-pipeline -> encd-chip
  • Please reinstall your Conda environment after updating pipeline's git repo.
    $ scripts/uninstall_conda_env.sh
    $ scripts/install_conda_env.sh

Caper's new HPC feature

  • Unified command caper hpc for all HPC backend types (slurm, sge, pbs and lsf).
  • Read Caper's README carefully and make a backup of your Caper's conf file (~/.caper/default.conf) and run caper init YOUR_BACKEND.
  • caper hpc submit chip.wdl -i INPUT.json --leader-job-name GOOD_NAME_FOR_LEADER [--conda | --singularity]: submits a workflow to HPC's job engine.
  • caper hpc list: shows all Caper leader jobs
  • caper hpc abort JOB_ID: terminate a Caper leader job including child jobs

@leepc12 leepc12 merged commit a7b7d6f into master Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant