show.installed: Show all installed bio-softwares in system

View source: R/info.R

show.installedR Documentation

Show all installed bio-softwares in system

Description

Show all installed bio-softwares in system

Usage

show.installed(db = Sys.getenv("BIO_SOFTWARES_DB_ACTIVE", tempfile()),
  only.installed = TRUE, verbose = TRUE)

Arguments

db

File saving softwares infomation

only.installed

Logical wheather only show installed softwares in db

verbose

Ligical indicating wheather show the log message

Value

Bool Value

Examples

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')
show.installed()
unlink(db)

Miachol/BioInstaller documentation built on Feb. 1, 2023, 8:11 a.m.