#!/bin/bash
# Variables for MultBNGSim.sh

# Directory where the versions of bionetgen are.
scriptPath=~/Desktop/RuleBender/

# Path for the perl scripts from $scriptPath
script1=BioNetGen-2.1.8/BNG2.pl
script2=BioNetGen-2.1.8test/BNG2.pl

# Full path for the bngl file.
model=~/Desktop/egfr_net.bngl

# Output path
outputPath=~/Desktop/workspace/

# Number of runs we want
runNumber=2

# Custom label for the output dir.
label=Test-Case-

# Full path tot he awk script
awkFile=~/Desktop/firstpassage.awk

# Actions script path
actions=~/Desktop/actions.bngl