setExperimentStatus: Experiment status

View source: R/updateExperimentMetadata.R

setExperimentStatusR Documentation

Experiment status

Description

Sets experiment status

Usage

setExperimentStatus(status, experiment, recordedBy, dryRun = F,
  lsTransaction = NULL,
  lsServerURL = racas::applicationSettings$client.service.persistence.fullpath)

Arguments

status

a string such as "running" or "completed"

experiment

an experiment object

recordedBy

username of current user (not used)

dryRun

boolean if in dry run

lsTransaction

the id of the transaction (not used)

lsServerURL

the url for the roo server

Details

sets the "status" value in state "analysis status" (or "dryrun status" if dryRun == TRUE). In updateExperimentMetadata.R


mcneilco/racas documentation built on April 19, 2024, 1:12 p.m.