Mercurial > repos > tduigou > neo4jsbml
annotate neo4jsbml.xml @ 1:0fa7de2ceeb7 draft
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
| author | tduigou |
|---|---|
| date | Fri, 29 Sep 2023 11:15:40 +0000 |
| parents | 52fab09a8a36 |
| children | eea256ad4d7f |
| rev | line source |
|---|---|
|
0
52fab09a8a36
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"> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
2 <description>Import SBML file into Neo4j</description> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
3 <macros> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">0.11.1</token> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
5 </macros> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
6 <requirements> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
7 <requirement type="package" version="@TOOL_VERSION@">neo4jsbml</requirement> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
8 </requirements> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
|
1
0fa7de2ceeb7
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
0
diff
changeset
|
10 python -m neo4jsbml |
|
0
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
11 --input-protocol-str '$input_protocol_str' |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
12 --input-url-str '$input_url_str' |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
13 --input-port-int '$input_port_int' |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
14 --input-user-str '$input_user_str' |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
15 --input-password-file '$input_password_file' |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
16 --input-database-str '$input_database_str' |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
17 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
18 --input-file-sbml '$input_file_sbml' |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
19 #if str($input_tag_str) != "" |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
20 --input-tag-str '$input_tag_str' |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
21 #end if |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
22 --input-modelisation-json '$input_modelisation_json' > '$output_log' |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
23 ]]></command> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
24 <inputs> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
25 <param name="input_protocol_str" type="select" label="Protocol"> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
26 <option value="neo4j" selected="true">neo4j</option> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
27 <option value="neo4j+s">neo4j+s</option> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
28 <option value="neo4j+ssc">neo4j+ssc</option> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
29 <option value="bolt">bolt</option> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
30 <option value="bolt+s">bolt+s</option> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
31 <option value="bolt+ssc">bolt+ssc</option> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
32 </param> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
33 <param name="input_url_str" type="text" label="Url of the database"> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
34 <validator type="empty_field" message="Not empty"/> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
35 </param> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
36 <param name="input_port_int" type="text" value="7687" label="Port of the database"> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
37 <validator type="empty_field" message="Not empty"/> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
38 <validator type="regex" message="Only integers are allowed">^(?:\d+)$</validator> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
39 </param> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
40 <param name="input_user_str" type="text" value="neo4j" label="Username of the database"> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
41 <validator type="empty_field" message="Not empty"/> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
42 </param> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
43 <param name="input_password_file" type="data" format="txt" label="Password of the database"/> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
44 <param name="input_database_str" type="text" label="Database name"> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
45 <validator type="empty_field" message="Not empty"/> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
46 </param> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
47 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
48 <param name="input_file_sbml" type="data" format="sbml" label="SBML model"/> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
49 <param name="input_tag_str" type="text" label="Identifier of the model"/> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
50 <param name="input_modelisation_json" type="data" format="json" label="Arrow's schema"/> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
51 </inputs> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
52 <outputs> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
53 <data name="output_log" format="txt" label="${tool.name} - log" /> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
54 </outputs> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
55 <help><, following these rules: |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
63 .. image:: ${static_path}/images/PathwayModelisation-1.0.0.arrows.png |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
64 :width: 90 % |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
65 :align: center |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
66 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
67 Rules: |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
68 * Nodes are labelled based on SBML object name as defined in the `SBML specification <https://sbml.org>`_ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
69 * Properties are labelled based on SBML object properties as defined the `SBML specification <https://sbml.org>`_ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
70 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
71 Step 2 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
72 ------ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
73 Export your schema at the JSON format. |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
74 .. image:: ${static_path}/images/arrows.dwl.png |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
75 :width: 90 % |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
76 :align: center |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
77 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
78 Step 3 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
79 ------ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
80 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
81 Import your data with `neo4jsbml` into Neo4j. |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
82 * Use either a configuration file `ini` or individual parameters |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
83 * Password needs to be store in a file for safety security |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
84 * 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 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
85 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
86 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
87 Inputs |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
88 ------ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
89 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
90 Database parameters |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
91 * **Protocol**: choose the protocol (default: neo4j) |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
92 * **Url of the database**: define the url of the database |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
93 * **Port of the database**: define the port of the database (default: 7687) |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
94 * **Username of the database**: User name of the database |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
95 * **Password of the database**: file with the password |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
96 * **Database name**: database name |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
97 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
98 Input |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
99 * **SBML model**: SBML model |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
100 * **Identifier of the model**: Associate an ID to the nodes |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
101 * **Arrow's schema**: Schema created with Arrow |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
102 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
103 Ouput |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
104 ----- |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
105 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
106 * Traceback of the tool |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
107 ]]></help> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
108 <citations> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
109 <citation type="bibtex"> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
110 @unpublished{neo4jsbml |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
111 author = {Guillaume Gricourt, Thomas Duigou, Sandra Dérozier, Jean-Loup Faulon}, |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
112 title = {{Neo4jSbml}}, |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
113 url = {https://github.com/brsynth/neo4jsbml/}, |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
114 } |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
115 </citation> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
116 </citations> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
117 </tool> |
