projectDir: Project directory

View source: R/projectDir.R

projectDirR Documentation

Project directory

Description

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(s)

Michael Steinbaugh

Examples

uploadDir <- system.file("extdata/bcbio", package = "bcbioBase")
x <- projectDir(uploadDir)
basename(x)

hbc/bcbioBase documentation built on Oct. 18, 2023, 1:02 p.m.