R/read_genetic_tool_results_from_DMS.R
read_generic_job_from_DMS.Rd
Reading generic tool output from PNNL's DMS
read_generic_job_from_DMS(data_package_num, tool)
(data.table) results in the form of one data.table
if (is_PNNL_DMS_connection_successful()) {
x <- read_generic_job_from_DMS(6148, "Decon2LS_V2")
(x)
}