Skip to content

Juicer SLURM Submission Error: Invalid Time Limit / Dependency Problem #393

Description

@IrinaVKuznetsova

Hi

I’m getting this error when running Juicer on the HPC:

error : "sbatch: error: Batch job submission failed: Job dependency problem
sbatch: error: Batch job submission failed: Requested time limit is invalid (missing or exceeds some limit)"

I’ve already tried debugging by changing the time format, increasing and decreasing the time and CPU values, and testing both Juicer v1.6 and Juicer 2.0.
Any advice on what could be wrong?

#SBATCH --job-name=02b_juicer
#SBATCH --cpus-per-task=128
#SBATCH --mem=900G
#SBATCH --time=96:00:00

"${JUICER}/SLURM/scripts/juicer.sh" \
  -D "${JUICER}" \
  -d "${OUT}" \
  -g barley_compass \
  -z "${OUT}/references/$(basename "${GENOME}")" \
  -p "${DATA}/compass.chrom.sizes" \
  -s none \
  -Q 96:00:00 \
  -L 02:00:00 \
  -q highmem \
  -l highmem \
  -t 128 

thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions