diff --git a/tools/get_sbml_model/get_sbml_model.xml b/tools/get_sbml_model/get_sbml_model.xml index 1da82c6c..33ec66fb 100644 --- a/tools/get_sbml_model/get_sbml_model.xml +++ b/tools/get_sbml_model/get_sbml_model.xml @@ -10,11 +10,11 @@ '$model' && #else - #set $hostname=$cond_src.hostname - #set $model=$cond_src.input_file + #set hostname=$cond_src.hostname + #set model=$cond_src.input_file #end if python '$__tool_directory__/'get_infos.py '$model' diff --git a/tools/get_sbml_model/host.json b/tools/get_sbml_model/host.json index 4cf3b013..7371c72e 100644 --- a/tools/get_sbml_model/host.json +++ b/tools/get_sbml_model/host.json @@ -1,6 +1,6 @@ { - "iCN718i", "Acinetobacter baumannii AYE", - "iYO844", "Bacillus subtilis subsp. subtilis str. 168", + "iCN718i": "Acinetobacter baumannii AYE", + "iYO844": "Bacillus subtilis subsp. subtilis str. 168", "iRC1080": "Chlamydomonas reinhardtii", "iCN900": "Clostridioides difficile 630", "iHN637": "Clostridium ljungdahlii DSM 13528",