diff data_manager/bigg_model_sbml_fetcher.xml @ 0:262b8d79bc08 draft

"planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
author ggricourt
date Wed, 23 Feb 2022 14:33:49 +0000
parents
children 5068c6484606
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data_manager/bigg_model_sbml_fetcher.xml	Wed Feb 23 14:33:49 2022 +0000
@@ -0,0 +1,38 @@
+<tool id="model_sbml_fetcher" name="Bigg SBML data manager" tool_type="manage_data" profile="18.09" version="0.0.1">
+    <description>Get an SBML model (BiGG)</description>
+    <requirements>
+        <requirement type="package" version="3.7">python</requirement>
+    </requirements>
+    <command detect_errors="exit_code"><![CDATA[
+        python '$__tool_directory__/bigg_model_sbml_fetcher.py'
+        --model-id '$model_id'
+        --out-file '$out_file'
+    ]]></command>
+    <inputs>
+        <param name="model_id" type="text" label="Model Id"/>
+    </inputs>
+    <outputs>
+        <data name="out_file" format="data_manager_json" />
+    </outputs>
+    <tests>
+        <test>
+        </test>
+    </tests>
+    <help><![CDATA[
+Pick SBML Model
+=================
+
+Download the selected SBML model fromg BiGG database.
+
+
+Version
+----------
+0.0.1
+
+License
+-------
+
+`MIT <https://github.com/brsynth/rptools/blob/master/LICENSE>`_
+
+    ]]></help>
+</tool>