Description Usage Arguments Value Functions Examples
Get Information about BioLockJ Properties
1 2 3 4 5 6 7 |
property |
the name of a property |
module |
a BioLockJ module |
externalModules |
file path to directory with external modules |
config |
a BioLockJ config file (or properties file) to reference |
describeProp: the description of the property as a character string
propInfo: a list of property objects, where each element has named values for "property" (ie name), "type", and "description" and (when applicable) "default".
propType: the type of the property as a character string
propValue: the value of the property (iether the default or the value as specified in config)
describeProp
:
propInfo
:
propType
:
propValue
:
1 2 3 4 5 6 7 8 9 10 11 12 13 | describeProp("script.numThreads")
#> "Used to reserve cluster resources and passed to any external application call that accepts a numThreads parameter."
propInfo()
propType("script.numThreads")
#> [1] "integer"
propValue("script.numThreads")
#> "8"
propValue("hardyHarHar") # unrecognized property
#> ""
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.