setPathToBaM {RBaM}R Documentation

Path to BaM

Description

Set path to BaM executable

Usage

setPathToBaM(dir.exe, quiet = FALSE)

Arguments

dir.exe

character string, folder where BaM executable is located. A NULL value resets BaM directory to 'unknown' by removing the config folder where it was stored on your computer (use 'tools::R_user_dir(package="RBaM",which="config")' to locate this folder).

quiet

logical, if TRUE, suppress status messages.

Value

nothing - just write a config file.

Examples

  setPathToBaM(dir.exe=tempdir())

[Package RBaM version 1.0.1 Index]