You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
batchtools reads your template as plain text, runs it through brew to generate the final job script, which is then sent to the scheduler. Nowhere along the way does batchtools parse the template - from its point of view it's just plain text that can contain anything. Parsing and interpretation of the final script is done by the scheduler.
I've looked around in the docs and haven't been able to figure out how this works.
I'm working with the SGE template which appears to have three "levels" of code/text to be parsed by
brew
:When and where do the
#$
lines get passed on toqsub
(if that is indeed what happens)? Thanks for any help wrapping my mind around this!The text was updated successfully, but these errors were encountered: