Description Usage Arguments Value Examples
Delete biologly softwares infomation of system
1 2 | del.info(name = "", db = Sys.getenv("BIO_SOFTWARES_DB_ACTIVE",
tempfile()), verbose = TRUE)
|
name |
Software name |
db |
File saving softwares infomation |
verbose |
Ligical indicating wheather show the log message |
Bool Value
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')
del.info('bwa')
unlink(db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.