nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

Allow multiple cluster options to be specified as a string list

Open bentsherman opened this issue 2 months ago • 1 comments

Close #4935

  • Allow clusterOptions to be a string or string list
  • Each list element is written to a separate line when required by the executor, otherwise the list is combined to a single string
  • Log warning when a grid executor which requires one option per line (i.e. LSF, OAR) receives multiple options in a string, to discourage users from this approach

bentsherman avatar May 01 '24 22:05 bentsherman