powered by
Submit shell commands
bsub_cmd(cmd, name = NULL, hours = 1, memory = 1, cores = 1, temp_dir = bsub_opt$temp_dir, output_dir = bsub_opt$output_dir, dependency = NULL, enforce = bsub_opt$enforce, local = bsub_opt$local, sh_head = bsub_opt$sh_head, ...)
A list of commands.
If name is not specified, an internal name calculated by digest is automatically assigned.
digest
Running time of the job.
Memory usage of the job. It is measured in GB.
Number of cores.
Path of temporary folder where the temporary R/bash scripts will be put.
Path of output folder where the output/flag files will be put.
A vector of job IDs that current job depends on.
If a flag file for the job is found, whether to enforce to rerun the job.
Run job locally (not submitting to the LSF cluster)?
Commands that are written as head of the sh script.
Command-line arguments can also be specified as name-value pairs.
Job ID.
bsub_chunksubmits R code.
bsub_chunk
bsub_script submits R scripts.
bsub_script
# NOT RUN { bsub_cmd("samtools sort ...", name = ..., memory = ..., cores = ..., ...) # }
Run the code above in your browser using DataLab