del.info: Delete biologly softwares infomation of system

View source: R/info.R

del.infoR Documentation

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

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)

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