gigwa_list_runs: Get the list of run names in the selected GIGWA project

View source: R/qbms.R

gigwa_list_runsR Documentation

Get the list of run names in the selected GIGWA project

Description

This function will retrieve the runs list from the current active project as configured in the internal configuration object using 'gigwa_set_project()' function.

Usage

gigwa_list_runs()

Value

a list of runs names

Author(s)

Khaled Al-Shamaa, k.el-shamaa@cgiar.org

See Also

set_qbms_config, gigwa_set_project

Examples

if(interactive()) {
# config your GIGWA connection
set_qbms_config("https://gigwa.southgreen.fr/gigwa/", 
                time_out = 300, engine = "gigwa", no_auth = TRUE)

# select a database by name
gigwa_set_db("Sorghum-JGI_v1")

# select a project by name
gigwa_set_project("Nelson_et_al_2011")

# list all runs in the selected project
gigwa_list_runs()
}

khaled-alshamaa/QBMS documentation built on Jan. 27, 2024, 6:40 a.m.