v2.2.0
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
andlsf
). caper hpc submit WDL -i INPUT.json --leader-job-name GOOD_NAME_FOR_LEADER [--conda | --singularity]
caper hpc list
: shows all Caper leader jobscaper 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.