annotate neo4jsbml.xml @ 3:7a8d6e36f5af draft

planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
author tduigou
date Mon, 09 Oct 2023 12:05:30 +0000
parents 0dbe53bc9519
children 94863d48d5da
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
1 <tool id="neo4jsbml" name="neo4jsbml" version="@TOOL_VERSION@" profile="21.09" license="MIT">
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
2 <description>Import SBML file into Neo4j</description>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
3 <macros>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
4 <token name="@TOOL_VERSION@">0.12.0</token>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
5 </macros>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
6 <requirements>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">neo4jsbml</requirement>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
8 </requirements>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
3
7a8d6e36f5af planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 2
diff changeset
10 python -m neo4jsbml
1
baf9eed5353b planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 0
diff changeset
11 --input-auradb-file '$input_auradb_file'
baf9eed5353b planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 0
diff changeset
12 --input-file-sbml '$input_file_sbml'
baf9eed5353b planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 0
diff changeset
13 --input-modelisation-json '$input_modelisation_json'
0
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
14 ]]></command>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
15 <inputs>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
16 <param name="input_auradb_file" type="data" format="txt" label="Config file provided by AuraDB"/>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
17 <param name="input_file_sbml" type="data" format="sbml" label="SBML model"/>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
18 <param name="input_tag_str" type="text" label="Identifier of the model"/>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
19 <param name="input_modelisation_json" type="data" format="json" label="Arrow's schema"/>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
20 </inputs>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
21 <outputs>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
22 <data name="output_log" format="txt" label="${tool.name} - log" />
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
23 </outputs>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
24 <help><![CDATA[
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
25 Neo4jSbml
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
26 =========
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
27
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
28 Step 1
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
29 ------
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
30
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
31 Create a schema with `Arrows <https://arrows.app>`_
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
32
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
33 Rules:
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
34 - Nodes are labelled based on SBML object name as defined in the `SBML specification <https://sbml.org>`_
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
35 - Properties are labelled based on SBML object properties as defined the `SBML specification <https://sbml.org>`_
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
36
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
37 Step 2
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
38 ------
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
39 Export your schema at the JSON format.
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
40
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
41 Step 3
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
42 ------
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
43
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
44 Import your data with `neo4jsbml` into Neo4j.
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
45 - Use either a configuration file `ini` or individual parameters
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
46 - Password needs to be store in a file for safety security
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
47 - 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
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
48
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
49 Inputs
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
50 ------
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
51
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
52 Database parameters
3
7a8d6e36f5af planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 2
diff changeset
53 | **Protocol**: choose the protocol (default: neo4j)
7a8d6e36f5af planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 2
diff changeset
54 | **Url of the database**: define the url of the database
7a8d6e36f5af planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 2
diff changeset
55 | **Port of the database**: define the port of the database (default: 7687)
7a8d6e36f5af planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 2
diff changeset
56 | **Username of the database**: User name of the database
7a8d6e36f5af planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 2
diff changeset
57 | **Password of the database**: file with the password
7a8d6e36f5af planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents: 2
diff changeset
58 | **Database name**: database name
0
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
59
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
60 Input
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
61 - **SBML model**: SBML model
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
62 - **Identifier of the model**: Associate an ID to the nodes
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
63 - **Arrow's schema**: Schema created with Arrow
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
64
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
65 Ouput
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
66 -----
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
67
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
68 - Traceback of the tool
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
69 ]]></help>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
70 <citations>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
71 <citation type="bibtex">
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
72 @unpublished{neo4jsbml
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
73 author = {Guillaume Gricourt, Thomas Duigou, Sandra Dérozier, Jean-Loup Faulon},
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
74 title = {{Neo4jSbml}},
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
75 url = {https://github.com/brsynth/neo4jsbml/},
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
76 }
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
77 </citation>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
78 </citations>
748d0a0925cb planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff changeset
79 </tool>