get.info: Show biologly softwares infomation of system

Description Usage Arguments Value Examples

View source: R/info.R

Description

Show biologly softwares infomation of system

Usage

1
2
get.info(name = "", db = Sys.getenv("BIO_SOFTWARES_DB_ACTIVE",
  tempfile()), verbose = TRUE)

Arguments

name

Software name

db

File saving softwares infomation

verbose

Ligical indicating wheather show the log message

Value

Bool Value

Examples

1
2
3
4
5
6
db <- sprintf('%s/.BioInstaller', tempdir())
set.biosoftwares.db(db)
change.info(name = 'bwa', installed = 'yes', source.dir = '',
bin.dir = '', excutable.files = c('demo'), others.customer = 'demo')
get.info('bwa')
unlink(db)

BioInstaller documentation built on May 1, 2019, 11:17 p.m.