Mercurial > repos > tduigou > neo4jsbml
changeset 5:6941e7dc5117 draft
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 8dd843aac9f23dd9e0036c48914f20889d894ecc
| author | tduigou | 
|---|---|
| date | Mon, 09 Oct 2023 14:07:56 +0000 | 
| parents | 94863d48d5da | 
| children | f2ababe65b04 | 
| files | neo4jsbml.xml | 
| diffstat | 1 files changed, 4 insertions(+), 12 deletions(-) [+] | 
line wrap: on
 line diff
--- a/neo4jsbml.xml Mon Oct 09 13:35:34 2023 +0000 +++ b/neo4jsbml.xml Mon Oct 09 14:07:56 2023 +0000 @@ -13,7 +13,7 @@ #if str($input_tag_str) != "" --input-tag-str '$input_tag_str' #end if - --input-modelisation-json '$input_modelisation_json' | tee '$output_log' + --input-modelisation-json '$input_modelisation_json' | tee '$output' ]]></command> <inputs> <param name="input_auradb_file" type="data" format="txt" label="Config file provided by AuraDB"/> @@ -24,7 +24,7 @@ <param name="input_modelisation_json" type="data" format="json" label="Arrow's schema"/> </inputs> <outputs> - <data name="output_log" format="txt" label="${tool.name} - log" /> + <data name="output" format="txt" label="${tool.name} - log" /> </outputs> <help><