View source: R/generage_SGE_command.R
generate.SGE.command | R Documentation |
This function generates a character string of a command for SGE_Batch or SGE_Array and its arguments.
generate.SGE.command(c, ...)
c |
character; a string containing the command you want to submit (SGE_Batch) OR a path and name to a file containg commands (SGE_Array). |
... |
other commands to pass SGE_Batch/SGE_Array. Names must match short or long version found in that tool's help page. |
generate.full.commands
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.