-
Notifications
You must be signed in to change notification settings - Fork 0
Running scripts
palmerito0 edited this page Apr 27, 2023
·
7 revisions
- Navigate to the directory containing the config file you want to run (e.g.
cd ~/kboolnet_scripts/examples/CXCR4_toy
) - Run the desired script with Rscript:
Rscript ~/kboolnet_scripts/VerifyModel.R VerifyModelConfig.R
- replace
~/kboolnet_scripts/
with the directory where the scripts were installed duringsetupKboolnet()
- replace
VerifyModel.R
with the desired script name - replace
VerifyModelConfig.R
with the config file you are running
- replace
- More details about usage are available on each script's wiki page
- Example rxncon models and configuration files for most scripts can be found in
examples/
within the script install directory.
- Navigate to the directory containing the config