annotate data_manager/bigg_model_sbml_fetcher.xml @ 5:5e6f76507721 draft

"planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
author ggricourt
date Thu, 24 Feb 2022 10:56:46 +0000
parents a15b229ee755
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
1 <tool id="model_sbml_fetcher" name="Bigg SBML data manager" tool_type="manage_data" profile="18.09" version="0.0.1">
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
2 <description>Get an SBML model (BiGG)</description>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
3 <requirements>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
4 <requirement type="package" version="3.7">python</requirement>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
5 </requirements>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
7 python '$__tool_directory__/bigg_model_sbml_fetcher.py'
5
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
8 #if $model_cond.model_select == "auto"
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
9 --model-all
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
10 #else
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
11 --model-id '$model_cond.model_id'
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
12 #end if
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
13 --out-file '$out_file'
0
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
14 ]]></command>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
15 <inputs>
5
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
16 <conditional name="model_cond">
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
17 <param name="model_select" type="select" label="Select a reference dataset your history or use a built-in?">
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
18 <option value="auto">Download all models</option>
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
19 <option value="manual">Manual install</option>
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
20 </param>
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
21 <when value="manual">
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
22 <param name="model_id" type="text" label="BIGG id model" value="">
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
23 <validator type="empty_field" message="BIGG model ID is required"/>
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
24 </param>
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
25 </when>
5e6f76507721 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
ggricourt
parents: 4
diff changeset
26 </conditional>
0
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
27 </inputs>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
28 <outputs>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
29 <data name="out_file" format="data_manager_json" />
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
30 </outputs>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
31 <tests>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
32 <test>
1
5068c6484606 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 8353ca81a49f5c8c7efb00cdf08710f916422a44-dirty"
ggricourt
parents: 0
diff changeset
33 <param name="model_id" value="e_coli_core"/>
5068c6484606 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 8353ca81a49f5c8c7efb00cdf08710f916422a44-dirty"
ggricourt
parents: 0
diff changeset
34 <output name="out_file" file="e_coli_core.json"/>
0
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
35 </test>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
36 </tests>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
37 <help><![CDATA[
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
38 Pick SBML Model
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
39 =================
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
40
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
41 Download the selected SBML model fromg BiGG database.
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
42
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
43
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
44 Version
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
45 ----------
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
46 0.0.1
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
47
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
48 License
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
49 -------
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
50
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
51 `MIT <https://github.com/brsynth/rptools/blob/master/LICENSE>`_
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
52
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
53 ]]></help>
262b8d79bc08 "planemo upload for repository https://github.com/brsynth/synbiocad-galaxy-wrappers commit 19ad973add8651c1a18c1bda789e9296a57044b1"
ggricourt
parents:
diff changeset
54 </tool>