Mercurial > repos > sybila > ebcsgen_sbml_export
annotate ebcsgen_sbml_export.xml @ 1:dd81687ca1a3 draft
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 83232805a8721c48078c88367e3480a5553f0182
author | sybila |
---|---|
date | Fri, 14 Oct 2022 16:26:22 +0000 |
parents | 2f3f67415022 |
children |
rev | line source |
---|---|
0
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
1 <tool id="eBCSgen_SBML_export" name="eBCSgen SBML export" version="@TOOL_VERSION@_galaxy0"> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
2 <description>- export given BCSL model to SBML employing multi package</description> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
3 <macros> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
4 <import>macros.xml</import> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
5 </macros> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
6 <expand macro="creator"/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
7 <requirements> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
8 <container type="docker">sybila/ebcsgen:v@TOOL_VERSION@</container> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
9 </requirements> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
10 |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
11 <options sanitize="False"/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
12 <command>python3 ${__tool_directory__}/ebcsgen_sbml_export.py |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
13 --model '$model' |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
14 --output '$output' |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
15 </command> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
16 |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
17 <inputs> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
18 <param format="bcsl.model" name="model" type="data" label="Model file" help="Provide a BCSL model file"/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
19 </inputs> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
20 |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
21 <outputs> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
22 <data format="xml" name="output"/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
23 </outputs> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
24 |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
25 <tests> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
26 <test> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
27 <param name="model" value="simple.bcsl.model" ftype="bcsl.model"/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
28 <output name="output" ftype="xml"> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
29 <assert_contents> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
30 <has_text text='compartment id="cell"'/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
31 <has_text text='name="P(S{i},T{i})::cell"'/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
32 <has_text text='multi:speciesType multi:id="st_T"'/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
33 <has_text text='speciesFeatureType multi:id="S_feature_type"'/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
34 <has_text text='multi:id="P_0_S"'/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
35 <has_n_lines n="157" delta="1"/> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
36 </assert_contents> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
37 </output> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
38 </test> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
39 </tests> |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
40 |
2f3f67415022
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 74a375c33936106a892dafb042be953a943af026
sybila
parents:
diff
changeset
|
41 </tool> |