comparison neo4jsbml.xml @ 4:94863d48d5da draft

planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
author tduigou
date Mon, 09 Oct 2023 13:35:34 +0000
parents 7a8d6e36f5af
children 6941e7dc5117
comparison
equal deleted inserted replaced
3:7a8d6e36f5af 4:94863d48d5da
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 python -m 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 #if str($input_tag_str) != ""
14 --input-tag-str '$input_tag_str'
15 #end if
16 --input-modelisation-json '$input_modelisation_json' | tee '$output_log'
14 ]]></command> 17 ]]></command>
15 <inputs> 18 <inputs>
16 <param name="input_auradb_file" type="data" format="txt" label="Config file provided by AuraDB"/> 19 <param name="input_auradb_file" type="data" format="txt" label="Config file provided by AuraDB"/>
17 <param name="input_file_sbml" type="data" format="sbml" label="SBML model"/> 20 <param name="input_file_sbml" type="data" format="sbml" label="SBML model"/>
18 <param name="input_tag_str" type="text" label="Identifier of the model"/> 21 <param name="input_tag_str" type="text" label="Identifier of the model">
22 <validator type="regex" message="No special characters allowed">^(?:[\w-]*)$</validator>
23 </param>
19 <param name="input_modelisation_json" type="data" format="json" label="Arrow's schema"/> 24 <param name="input_modelisation_json" type="data" format="json" label="Arrow's schema"/>
20 </inputs> 25 </inputs>
21 <outputs> 26 <outputs>
22 <data name="output_log" format="txt" label="${tool.name} - log" /> 27 <data name="output_log" format="txt" label="${tool.name} - log" />
23 </outputs> 28 </outputs>
48 53
49 Inputs 54 Inputs
50 ------ 55 ------
51 56
52 Database parameters 57 Database parameters
53 | **Protocol**: choose the protocol (default: neo4j) 58 - **Protocol**: choose the protocol (default: neo4j)
54 | **Url of the database**: define the url of the database 59 - **Url of the database**: define the url of the database
55 | **Port of the database**: define the port of the database (default: 7687) 60 - **Port of the database**: define the port of the database (default: 7687)
56 | **Username of the database**: User name of the database 61 - **Username of the database**: User name of the database
57 | **Password of the database**: file with the password 62 - **Password of the database**: file with the password
58 | **Database name**: database name 63 - **Database name**: database name
59 64
60 Input 65 Input
61 - **SBML model**: SBML model 66 - **SBML model**: SBML model
62 - **Identifier of the model**: Associate an ID to the nodes 67 - **Identifier of the model**: Associate an ID to the nodes
63 - **Arrow's schema**: Schema created with Arrow 68 - **Arrow's schema**: Schema created with Arrow