Skip to contents

Project directory

Usage

projectDir(uploadDir)

Arguments

uploadDir

character(1). Final upload directory path.

Value

character(1). Dated project directory (e.g. "2018-01-01_rnaseq").

Note

This will pick the latest dated directory and warn the user, if bcbio has been run multiple times to the same upload directory.

Updated 2020-12-03.

Author

Michael Steinbaugh

Examples

uploadDir <- system.file("extdata/bcbio", package = "bcbioBase")
x <- projectDir(uploadDir)
#> projectDir: 2018-01-01_bcbio
basename(x)
#> [1] "2018-01-01_bcbio"