Mercurial > repos > tduigou > neo4jsbml
changeset 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 |
files | neo4jsbml.xml |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/neo4jsbml.xml Mon Oct 09 11:23:30 2023 +0000 +++ b/neo4jsbml.xml Mon Oct 09 12:05:30 2023 +0000 @@ -7,7 +7,7 @@ <requirement type="package" version="@TOOL_VERSION@">neo4jsbml</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ - neo4jsbml + python -m neo4jsbml --input-auradb-file '$input_auradb_file' --input-file-sbml '$input_file_sbml' --input-modelisation-json '$input_modelisation_json' @@ -50,12 +50,12 @@ ------ Database parameters -- **Protocol**: choose the protocol (default: neo4j) -- **Url of the database**: define the url of the database -- **Port of the database**: define the port of the database (default: 7687) -- **Username of the database**: User name of the database -- **Password of the database**: file with the password -- **Database name**: database name +| **Protocol**: choose the protocol (default: neo4j) +| **Url of the database**: define the url of the database +| **Port of the database**: define the port of the database (default: 7687) +| **Username of the database**: User name of the database +| **Password of the database**: file with the password +| **Database name**: database name Input - **SBML model**: SBML model