Mercurial > repos > tduigou > neo4jsbml
comparison neo4jsbml.xml @ 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 | f76091ce926e |
comparison
equal
deleted
inserted
replaced
4:94863d48d5da | 5:6941e7dc5117 |
---|---|
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 #if str($input_tag_str) != "" | 13 #if str($input_tag_str) != "" |
14 --input-tag-str '$input_tag_str' | 14 --input-tag-str '$input_tag_str' |
15 #end if | 15 #end if |
16 --input-modelisation-json '$input_modelisation_json' | tee '$output_log' | 16 --input-modelisation-json '$input_modelisation_json' | tee '$output' |
17 ]]></command> | 17 ]]></command> |
18 <inputs> | 18 <inputs> |
19 <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"/> |
20 <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"/> |
21 <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> | 22 <validator type="regex" message="No special characters allowed">^(?:[\w-]*)$</validator> |
23 </param> | 23 </param> |
24 <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"/> |
25 </inputs> | 25 </inputs> |
26 <outputs> | 26 <outputs> |
27 <data name="output_log" format="txt" label="${tool.name} - log" /> | 27 <data name="output" format="txt" label="${tool.name} - log" /> |
28 </outputs> | 28 </outputs> |
29 <help><![CDATA[ | 29 <help><![CDATA[ |
30 Neo4jSbml | 30 Neo4jSbml |
31 ========= | 31 ========= |
32 | 32 |
52 - If you have multiple model in the database, pass a `tag` to identify the model loaded into the database if you want to avoid collision | 52 - If you have multiple model in the database, pass a `tag` to identify the model loaded into the database if you want to avoid collision |
53 | 53 |
54 Inputs | 54 Inputs |
55 ------ | 55 ------ |
56 | 56 |
57 Database parameters | 57 - **AuraDB config like**: a txt file with these variables NEO4J_URI, NEO4J_USERNAME, NEO4J_PASSWORD and AURA_INSTANCENAME. One per line like: NEO4J_USERNAME=neo4j |
58 - **Protocol**: choose the protocol (default: neo4j) | |
59 - **Url of the database**: define the url of the database | |
60 - **Port of the database**: define the port of the database (default: 7687) | |
61 - **Username of the database**: User name of the database | |
62 - **Password of the database**: file with the password | |
63 - **Database name**: database name | |
64 | |
65 Input | |
66 - **SBML model**: SBML model | 58 - **SBML model**: SBML model |
67 - **Identifier of the model**: Associate an ID to the nodes | 59 - **Identifier of the model**: Associate an ID to the nodes (optional) |
68 - **Arrow's schema**: Schema created with Arrow | 60 - **Arrow's schema**: Schema created with Arrow |
69 | 61 |
70 Ouput | 62 Ouput |
71 ----- | 63 ----- |
72 | 64 |