-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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
Labels
No labels