Learn R Programming

sevenbridges (version 1.2.4)

test_tool_bunny: Test tools in rabix/bunny

Description

Test tools locally in rabix/bunny inside docker container

Usage

test_tool_bunny(rabix_tool, inputs)

Arguments

rabix_tool
rabix tool from Tool class
inputs
input parameters declared as json (or yaml) string

Value

bunny stdout

Examples

Run this code
## 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_bunny(rbx, inputs)
# ## End(Not run)

Run the code above in your browser using DataLab