Description Usage Arguments Value See Also Examples
Submit shell commands
1 2 3 4 5 6 7 8 9 10 11 12 |
cmd |
A list of commands. |
name |
If name is not specified, an internal name calculated by |
hours |
Running time of the job. |
memory |
Memory usage of the job. It is measured in GB. |
cores |
Number of cores. |
temp_dir |
Path of temporary folder where the temporary R/bash scripts will be put. |
output_dir |
Path of output folder where the output/flag files will be put. |
dependency |
A vector of job IDs that current job depends on. |
enforce |
If a flag file for the job is found, whether to enforce to rerun the job. |
local |
Run job locally (not submitting to the LSF cluster)? |
sh_head |
Commands that are written as head of the sh script. |
... |
Command-line arguments can also be specified as name-value pairs. |
Job ID.
bsub_chunk
submits R code.
bsub_script
submits R scripts.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.