Learn R Programming

BioInstaller (version 0.3.7)

del.info: Delete biologly softwares infomation of system

Description

Delete biologly softwares infomation of system

Usage

del.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

Run this code
# NOT RUN {
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')
del.info('bwa')
unlink(db)
# }

Run the code above in your browser using DataLab