make_submit_script: Make qsub submission script

Description Usage Arguments Value

View source: R/submitter.R

Description

Makes the text for a qsub submission script.

Usage

1
2
3
4
5
6
7
8
9
make_submit_script(
  command,
  parallel = FALSE,
  out_file = NULL,
  err_file = NULL,
  name = NULL,
  cores = 1,
  queue = NULL
)

Arguments

command

(character) One or more commands to run

parallel

(logical of length 1) If TRUE, run jobs in parallel.

out_file

(character of length 1) Where job runtime output is stored.

err_file

(character of length 1) Where job error output is stored.

name

(character of length 1) The job name.

cores

(numberic) The number of cores to use. Default: 1

queue

(character of length 1) The queue to use

Value

(character of length 1) The text for a qsub submission script.


zachary-foster/qsubmitter documentation built on Nov. 27, 2020, 3:23 a.m.