make_pbs_file: Generate pbs files from a template

Description Usage Arguments

Description

Generate a pbs file from a template. This is extremely unlikely to be useful unless you are me.

Usage

1
2
3
4
make_pbs_file(experiment, task, id = NULL,
  email = getOption("experimentr.email"), walltime = "48:00:00",
  queue = "normal", memory = "1GB", ncpus = "1", template = NULL,
  path = ".")

Arguments

experiment

Name of the experiment

task

Name of the task

id

Id number

email

Email to send updates to

walltime

Requested walltime

queue

Name of the queue to use

memory

Memory requested

ncpus

Number of cpus requested

template

Contents of a whisker template, or NULL to use the default.

path

Path to write the pbs file to.


traitecoevo/experimentr documentation built on May 31, 2019, 7:42 p.m.