RACIPE Script
Overview
The racipe script provides a default implementation of the RACIPE pipeline. This script is fairly limited in customizablity. If you prefer to customize refer to the tutorial and the RACIPE API.
Usage
racipe [-h] [--topodir TOPODIR] [--outdir OUTDIR] [--num_paras NUM_PARAS] [--num_inits NUM_INITS] [--num_reps NUM_REPS] [--num_cores NUM_CORES] [--sampling SAMPLING] [topo]
TOPOS.
- Run simulation for 1000 initial conditions across 10000 parameters for the TS.topo file.
Options
-h, --helpShows the help message with all available options.--topodir TOPODIRDirectory containing the topology files. Useful if your topology files are stored in a specific directory. Default:TOPOS.--outdir OUTDIROutput directory for simulation results. Default:SimulResults.--num_paras NUM_PARASNumber of parameter sets to generate. This determines the size of the ensemble you want to simulate. Default:10000.--num_inits NUM_INITSNumber of initial conditions to use for each simulation. This allows for exploring different starting points in your model. Default:1000.--num_reps NUM_REPSNumber of replicates per topofile. Default:3.--num_cores NUM_CORESNumber of cores to use for parallel parameter generation. Default:All available cores.--sampling SAMPLINGSampling method to generate parameter sets. Choices include: 'Sobol', 'LHS', 'Uniform', 'LogUniform', 'Normal', 'LogNormal'. Default:Sobol.