Description Usage Arguments Value Examples
Test tools locally in rabix/rabix-devel python executor (DEPRECATED)
1 | test_tool_rabix(rabix_tool, inputs = list())
|
rabix_tool |
rabix tool from Tool class |
inputs |
input parameters declared as json (or yaml) string |
rabix stdout
1 2 3 4 5 6 | ## Not run:
inputs <- '{"counts_file": {"class": "File", "path": "./FPKM.txt"}, "gene_names": "BRCA1"}'
rbx <- <define rabix tool>
set_test_env("tengfei/testenv", "<mount_dir>")
test_tool_rabix(rbx, inputs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.