Skip to content

Commit

Permalink
Fix model name
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 1, 2019
1 parent 048479a commit 45cc0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark_collection/import_and_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ CMD="${PARPE_DIR}/misc/generateHDF5DataFileFromText.py \
-d ${AMICI_MODEL_DIR} \
-m ${PETAB_MODEL_DIR}/measurementData_${MODEL_NAME}.tsv \
-c ${PETAB_MODEL_DIR}/experimentalCondition_${MODEL_NAME}.tsv \
-n model_${MODEL_NAME} \
-n ${MODEL_NAME} \
-p ${PETAB_MODEL_DIR}/parameters_${MODEL_NAME}.tsv"
echo $CMD
$CMD
Expand Down

0 comments on commit 45cc0e5

Please sign in to comment.