Description Usage Arguments Value Examples
Show all installed bio-softwares in system
1 2 | show.installed(db = Sys.getenv("BIO_SOFTWARES_DB_ACTIVE", tempfile()),
only.installed = TRUE, verbose = TRUE)
|
db |
File saving softwares infomation |
only.installed |
Logical wheather only show installed softwares in db |
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')
show.installed()
unlink(db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.