Skip to content

SGE cluster queue specification #15

@CRichard21

Description

@CRichard21

Hello,

I am trying to run YAMP on a cluster of type SGE. It put these information in "process" part of the nextflow.config file :

executor = 'sge'
queue = 'batch,batchbm'

I get the following error :

`Error executing process > 'qualityAssessment (1)'

Caused by:
  Failed to submit process to grid scheduler for execution

Command executed:

  qsub -terse .command.run

Command exit status:
  1

Command output:
  Unable to run job: "job" denied: use parallel environments instead of requesting slots expl
  Exiting.`

I think the problem comes from the fact that in a normal use, I need to specify the queue on this cluster as follow :
qsub -q queue myscript

How can I solve this problem ?

Thanks,

Corentin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions