Deprecated `scg` and `sherlock` backends.
Use `slurm` backend instead and follow instruction on Caper's conf `~/.caper/default.conf` after `caper init slurm`.
New HPC feature
- Unified command `caper hpc` for all HPC backend types (`slurm`, `sge`, `pbs` and `lsf`).
- `caper hpc submit WDL -i INPUT.json --leader-job-name GOOD_NAME_FOR_LEADER [--conda | --singularity]`
- `caper hpc list`: shows all Caper leader jobs
- `caper hpc abort JOB_ID`: terminate a Caper leader job including child jobs
Default walltime for a leader job is 48 hours by default. Check Caper's conf `~/.caper/default.conf` to change it.