View source: R/importProgramVersions.R
importProgramVersions | R Documentation |
Import program versions
importProgramVersions(file)
file |
|
DataFrame
.
bcbio doesn't save program versions when run in fast mode.
Updated 2022-03-07.
Michael Steinbaugh
file <- file.path(bcbioBaseTestsUrl, "programs.txt")
x <- importProgramVersions(file)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.