Skip to content

Commit

Permalink
fix(tools): get_sbml_model, syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Dec 2, 2023
1 parent 1810f0d commit deb6be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/get_sbml_model/get_sbml_model.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<command detect_errors="exit_code"><![CDATA[
#import json
#if str($cond_src.from_src) == 'from_bigg'
#set $hostname=json.load(open('$__tool_directory__/host.json'))[$cond_src.hostid]
#set $hostname=json.load(open($__tool_directory__ + '/host.json'))[$cond_src.hostid]
curl -o - 'http://bigg.ucsd.edu/static/models/${cond_src.hostid}.xml.gz' | gunzip > '$model' &&
#else
#set $hostname=$cond_src.hostname
Expand Down

0 comments on commit deb6be6

Please sign in to comment.