Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 362 Bytes

slurm-cluster-status

Little tool to be used as argument to Snakemake's --cluster-status argument in a SLURM setting.

Input must be the batch ID.

Output will be a string that is either:

  1. running
  2. success
  3. failed

Example

$ snakemake --cluster 'sbatch --parsable' \
  --cluster-status './slurm-cluster-status.py'