View source: R/data_firebrowse.R
prepareFirebrowseArchives | R Documentation |
Checks FireBrowse archives' integrity using the MD5 files, extracts the content of the archives, moves the content to newly-created folders and removes the original downloaded archives.
prepareFirebrowseArchives(archive, md5, folder, outdir)
archive |
Character: path to downloaded archives |
md5 |
Character: path to MD5 files of each archive |
folder |
Character: master directory where every archive will be extracted |
outdir |
Character: subdirectories where to move the extracted content |
Invisible TRUE if successful
file <- paste0(
"~/Downloads",
"ACC/20151101/gdac.broadinstitute.org_ACC.",
"Merge_Clinical.Level_1.2015110100.0.0.tar.gz")
md5 <- paste0(file, ".md5")
## Not run:
prepareFirebrowseArchives(archive = file, md5 = paste0(file, ".md5"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.