toSge: ToSge

Description Usage Arguments Examples

View source: R/toSge.R

Description

Lazy R parser for R

Usage

1
2
toSge(cores = NULL, name = NULL, queue = NULL, log = NULL,
  venv = NULL, script = NULL, memmory = NULL, email = NULL)

Arguments

cores

Do you agree dogs are the best pet? Defaults to TRUE.

name

Name of the job

queue

Queue where to run the script. choose one of the follow possibilities: 'imppc', 'imppc12', 'imppcv3'

log

Full path of log file, the name of the file will be the date + name of the job

venv

Name of python virtual environment if it is necessary

script

Full path of script to run

memmory

Amount of RAM GB

email

Email where to send notifications

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
cores = '16'
name = 'mapInsu'
queue = 'imppcv3'
log = '/imppc/labs/lplab/share/marc/insulinomas/logs'
script = '/imppc/labs/lplab/share/marc/bin/Strelka.sh'
memmory = '8'
email = 'clusterigtpmsubirana@gmail.com'
toSge(cores=cores,
      name=name,
      queue=queue,
      log=log,
      venv=venv,
      script=script,
      memmory=memmory,
      email=email)

toSge()

msubirana/RtoSge documentation built on March 26, 2020, 12:09 a.m.