View source: R/parameter_accessors.R
get_params_for_nextflow | R Documentation |
Given a file path fp, writes all parameters to which nextflow needs access to a plain text file stored at fp.
get_params_for_nextflow(simulatr_spec, fp, B_in)
simulatr_spec |
the simulatr_specification object |
fp |
a file path |
B_in |
value of B passed to command line; B = 0 indicates no argument passed |
Parameters are separated by line. Each line is of the form "param:value," where "param" is the name of the parameter and "value" is its value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.