comparison neo4jsbml.xml @ 2:0dbe53bc9519 draft

planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
author tduigou
date Mon, 09 Oct 2023 11:23:30 +0000
parents baf9eed5353b
children 7a8d6e36f5af
comparison
equal deleted inserted replaced
1:baf9eed5353b 2:0dbe53bc9519
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">neo4jsbml</requirement> 7 <requirement type="package" version="@TOOL_VERSION@">neo4jsbml</requirement>
8 </requirements> 8 </requirements>
9 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
10 python -m neo4jsbml 10 neo4jsbml
11 --input-auradb-file '$input_auradb_file' 11 --input-auradb-file '$input_auradb_file'
12 --input-file-sbml '$input_file_sbml' 12 --input-file-sbml '$input_file_sbml'
13 --input-modelisation-json '$input_modelisation_json' 13 --input-modelisation-json '$input_modelisation_json'
14 ]]></command> 14 ]]></command>
15 <inputs> 15 <inputs>