Update Siwaa environment with values of given parameters

setSiwaaEnv(
  env,
  SERVER,
  CARBOSEQ_TOOL_ID,
  CARBOSEQ_WORKFLOW_ID,
  API_KEY,
  INPUT_DIR,
  OUTPUT_DIR,
  HISTORY_ID,
  HISTORY_NAME,
  DELAY,
  DURATION_MAX,
  INVOCATION_DELAY,
  INVOCATION_DURATION_MAX,
  VERBOSE,
  customize_history_name = FALSE
)

Arguments

env

Siwaa environment

SERVER

Siwaa server url

CARBOSEQ_TOOL_ID

'CarboSeqSimulator' tool id

CARBOSEQ_WORKFLOW_ID

'CarboSeqRun' workflow id

API_KEY

Available Siwaa API KEY

INPUT_DIR

Input folder containing the .csv input files

OUTPUT_DIR

Folder destination of downloaded result file

HISTORY_ID

An existing history id

HISTORY_NAME

History name for a created history

DELAY

Delay (dataset survey). Unit : second.

DURATION_MAX

Duration max (dataset survey). Unit : second.

INVOCATION_DELAY

Delay (invocation survey). Unit : second.

INVOCATION_DURATION_MAX

Duration max (invocation survey). Unit : second.

VERBOSE

Boolean to choose 'verbose' or 'silent' mode.

customize_history_name

Option to ask for history name customization (default value FALSE : no customization)

Value

Siwaa environment