Description Usage Arguments Value Examples
View source: R/import_retrieveFilesWGS.R
Retrieves the files (grep) based on CPCT identifiers and symlinks them into the same folder for easier manipulation.
1 | retrieveFilesWGS(pathHMF, pathOutput, cpctIds)
|
pathHMF |
(character): Path to main folder containing the WGS files of the data-request (DR). |
pathOutput |
(character): Path to output folder which will contain the symlinks. |
cpctIds |
(character): The samples which will be retrieved. |
(NULL) Does not return anything, only outputs logging messages.
1 2 3 4 5 | retrieveFilesWGS(
pathHMF = 'DR-071/rawData/WGS/',
pathOutput = 'DR-071/combinedData/',
cpctIds = c('CPCT02124567', 'CPCT02012345123')
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.