Replies: 1 comment
-
Not an SGE user but I think you need to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,I have the following scripts:
test.nf
test.config
When I execute the command (
nextflow -C test.config run test.nf
)I get an error:When I execute the command (
qsub .command.run
) in the directory(/test/nextflow/work/30/da87d19d171d770a553751516491df), I get an error:I found that the error was caused by "#$ -l slots=2" in the
.command.run
.How can I delete
-l slots=2
without modifyingcpus=1
?Beta Was this translation helpful? Give feedback.
All reactions