SGE syntax #5282
Unanswered
DustinSokolowski
asked this question in
Q&A
SGE syntax
#5282
Replies: 1 comment
-
Not sure if you're asking a Nextflow question or an SGE question. But here is how Nextflow defines the memory options: |
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
-
Hey!
I am trying to run TOGA on the SGE cluster, which relies on nextflow. My cluster has some relatively specific cluster options (see
clusterOptions
, but the amount of memory needs to be passed into nextflowmemory = "${_MEMORY_}G"
. I am unable to pass the memory command into clusterOptions (e.g.,clusterOptions = { "-V -l h_vmem "${_MEMORY_}G" -V -P simpsonlab -l h_stack=32M -l h_rt=48:00:00" }
. Do you know the syntax for this?Thank you
Dustin
Beta Was this translation helpful? Give feedback.
All reactions