Mercurial > repos > tduigou > neo4jsbml
annotate neo4jsbml.xml @ 3:7f1f5eedfbfc draft default tip
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
| author | tduigou |
|---|---|
| date | Fri, 29 Sep 2023 11:37:37 +0000 |
| parents | eea256ad4d7f |
| children |
| rev | line source |
|---|---|
|
2
eea256ad4d7f
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
1
diff
changeset
|
1 <tool id="neo4jsbml" name="neo4jsbml" version="@TOOL_VERSION@" profile="21.09" license="MIT"> |
|
0
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><![CDATA[ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
56 Neo4jSbml |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
57 ========= |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
58 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
59 Step 1 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
60 ------ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
61 |
|
3
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
62 Create a schema with `Arrows <https://arrows.app>`_ |
|
0
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
63 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
64 Rules: |
|
3
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
65 - Nodes are labelled based on SBML object name as defined in the `SBML specification <https://sbml.org>`_ |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
66 - Properties are labelled based on SBML object properties as defined the `SBML specification <https://sbml.org>`_ |
|
0
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
67 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
68 Step 2 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
69 ------ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
70 Export your schema at the JSON format. |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
71 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
72 Step 3 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
73 ------ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
74 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
75 Import your data with `neo4jsbml` into Neo4j. |
|
3
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
76 - Use either a configuration file `ini` or individual parameters |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
77 - Password needs to be store in a file for safety security |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
78 - 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 |
|
0
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 Inputs |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
81 ------ |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
82 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
83 Database parameters |
|
3
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
84 - **Protocol**: choose the protocol (default: neo4j) |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
85 - **Url of the database**: define the url of the database |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
86 - **Port of the database**: define the port of the database (default: 7687) |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
87 - **Username of the database**: User name of the database |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
88 - **Password of the database**: file with the password |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
89 - **Database name**: database name |
|
0
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
90 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
91 Input |
|
3
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
92 - **SBML model**: SBML model |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
93 - **Identifier of the model**: Associate an ID to the nodes |
|
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
94 - **Arrow's schema**: Schema created with Arrow |
|
0
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
95 |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
96 Ouput |
|
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 |
|
3
7f1f5eedfbfc
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
2
diff
changeset
|
99 - Traceback of the tool |
|
0
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
100 ]]></help> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
101 <citations> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
102 <citation type="bibtex"> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
103 @unpublished{neo4jsbml |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
104 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
|
105 title = {{Neo4jSbml}}, |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
106 url = {https://github.com/brsynth/neo4jsbml/}, |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
107 } |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
108 </citation> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
109 </citations> |
|
52fab09a8a36
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
tduigou
parents:
diff
changeset
|
110 </tool> |
