From 31cde208bfdb7cc2f0d156196723eb180d64d1c7 Mon Sep 17 00:00:00 2001 From: guillaume-gricourt Date: Sat, 2 Dec 2023 07:44:26 +0100 Subject: [PATCH] fix(tools): get_sbml_model, syntax --- tools/get_sbml_model/get_sbml_model.xml | 6 +++--- tools/get_sbml_model/host.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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",