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
There is no standard for how batchtools resources are used in the batchtools templates. This means that we all have slightly different templates and ways to declare the resources argument.
Suggestion
I'd like to suggest that we could reserve resources[["asis"]] to mean "use these strings as-is CLI options/declaration for the scheduler". This would work the same for all templates and would allow the user to pass arbitrary options to the scheduler (via declaration comments).
Issue
There is no standard for how batchtools resources are used in the batchtools templates. This means that we all have slightly different templates and ways to declare the
resources
argument.Suggestion
I'd like to suggest that we could reserve
resources[["asis"]]
to mean "use these strings as-is CLI options/declaration for the scheduler". This would work the same for all templates and would allow the user to pass arbitrary options to the scheduler (via declaration comments).For example,
should be result in the following SGE declarations in the template:
The text was updated successfully, but these errors were encountered: