Skip to contents

This functions retrieves the iRODS path of an assay or study.

This functions retrieves the iRODS path of an assay or study.

Usage

sodar_assay_irods_path(
  project_uuid,
  study_uuid = NULL,
  assay_uuid = NULL,
  config = NULL,
  verbose = getOption("verbose", default = FALSE),
  return_raw = FALSE
)

sodar_study_irods_path(
  project_uuid,
  study_uuid = NULL,
  config = NULL,
  verbose = getOption("verbose", default = FALSE),
  return_raw = FALSE
)

sodar_assay_irods_path(
  project_uuid,
  study_uuid = NULL,
  assay_uuid = NULL,
  config = NULL,
  verbose = getOption("verbose", default = FALSE),
  return_raw = FALSE
)

sodar_study_irods_path(
  project_uuid,
  study_uuid = NULL,
  config = NULL,
  verbose = getOption("verbose", default = FALSE),
  return_raw = FALSE
)

Arguments

project_uuid

A character string containing the UUID of the project.

study_uuid

A character string containing the UUID of the study.

assay_uuid

A character string containing the UUID of the assay.

config

A list containing the SODAR configuration. If NULL, it tries to get it from the global options.

verbose

A logical value indicating whether to make verbose requests.

return_raw

A logical value indicating whether to return the raw response.

Value

A character string containing the iRODS path of the assay.

A character string containing the iRODS path of the assay.

Details

It is not necessary to provide the assay UUID if there is only one assay in the project.

It is not necessary to provide the assay UUID if there is only one assay in the project.