annotate sbml2sbol.xml @ 2:9b3279f37e41 draft

planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
author tduigou
date Mon, 01 May 2023 01:31:11 +0000
parents 83108f3c65aa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
1 <tool id="sbml2sbol" name="SbmlToSbol" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09" license="MIT">
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
2 <description>Convert sbml to sbol format</description>
1
83108f3c65aa "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents: 0
diff changeset
3 <macros>
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
4 <token name="@VERSION_SUFFIX@">0</token>
1
83108f3c65aa "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents: 0
diff changeset
5 <token name="@TOOL_VERSION@">0.1.13</token>
83108f3c65aa "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents: 0
diff changeset
6 </macros>
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
7 <requirements>
1
83108f3c65aa "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents: 0
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">sbml2sbol</requirement>
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
9 </requirements>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
11 python -m sbml2sbol
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
12 --input '$sbml_single_input'
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
13 --outfile '$sbol_outfile'
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
14 $adv.rbs
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
15 --max_prot_per_react '$adv.max_prot_per_react'
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
16 #if $adv.tirs
1
83108f3c65aa "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents: 0
diff changeset
17 --tirs '$adv.tirs'
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
18 #end if
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
19 --pathway_id '$adv.pathway_id'
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
20 --uniprotID_key '$adv.uniprotID_key'
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
21 ]]></command>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
22 <inputs>
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
23 <param name="sbml_single_input" type="data" format="sbml" label="Pathway (SBML)" />
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
24 <section name="adv" title="Advanced Options" expanded="false">
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
25 <param argument="--rbs" type="boolean" truevalue="--rbs True" falsevalue="--rbs False" label="Calculate the RBS strength?" checked="true" help="Calculate or not the RBS (Ribosome Binding Site) strength (default: True)"/>
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
26 <param argument="--max_prot_per_react" type="integer" value="3" min="1" max="20" label="The maximum number of proteins per reaction" />
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
27 <param argument="--tirs" type="text" optional="true" label="Space separated RBS strength values" />
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
28 <param argument="--pathway_id" type="text" value="rp_pathway" label="Group ID of the heterologous pathway" >
1
83108f3c65aa "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents: 0
diff changeset
29 <validator type="empty_field" message="Pathway ID is required"/>
83108f3c65aa "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents: 0
diff changeset
30 </param>
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
31 <param argument="--uniprotID_key" type="text" value="selenzy" label="Uniprot ID" >
1
83108f3c65aa "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents: 0
diff changeset
32 <validator type="empty_field" message="Uniprot ID is required"/>
83108f3c65aa "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents: 0
diff changeset
33 </param>
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
34 </section>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
35 </inputs>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
36 <outputs>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
37 <data name="sbol_outfile" format="xml" label="${tool.name}: sbol outfile" />
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
38 </outputs>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
39 <tests>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
40 <test>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
41 <!-- test 1: check if identical outputs are produced with default parameters -->
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
42 <param name="sbml_single_input" value="lycopene.xml" />
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
43 <output name="sbol_outfile" file="sbol_lycopene_output.xml" ftype="xml" compare="diff" sort="true"/>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
44 </test>
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
45 <test>
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
46 <!-- test 2: check if identical outputs are produced without RBS calculation -->
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
47 <param name="sbml_single_input" value="lycopene.xml" />
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
48 <param name="rbs" value="--rbs False" />
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
49 <param name="max_prot_per_react" value="5" />
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
50 <output name="sbol_outfile" file="sbol_lycopene_output2.xml" ftype="xml" compare="diff" sort="true"/>
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
51 </test>
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
52 </tests>
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
53 <help><![CDATA[
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
54 SBML to SBOL
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
55 ================
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
56
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
57 This tool takes a pathway model (encoded in SBML) as input and returns a collection of placeholders for the subsequent design of the synthetic DNA that is required to encode the enzymes defined in the pathway model (encoded in SBOL).
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
58
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
59 Input
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
60 -----
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
61
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
62 Required:
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
63
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
64 * **Pathway (SBML)**\ : Pathway file in SBML format.
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
65
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
66 Advanced options:
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
67
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
68 * **Calculate the RBS strength?**\ : (boolean) Calculate or not the RBS (Ribosome Binding Site) strength (default: True).
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
69 * **The maximum number of proteins per reaction**\ : (int) The maximum number of proteins per reaction (default: 3).
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
70 * **Space separated RBS strength values**\ : (int) The RBS (Ribosome Binding Site) strength values (default: None)
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
71 * **Group ID of the heterologous pathway**\ : (string) Group ID of the heterologous pathway (default: rp_pathway)
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
72 * **Uniprot ID**\ : (string) Uniprot ID of the heterologous pathway (default: selenzy)
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
73
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
74 Output
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
75 ------
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
76
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
77 * **sbol outfile**\ : output (SBOL) file.
0
f0a06f526c7f "planemo upload commit 2f1af427fa4c4f2aad53ab94c4cdb51456c66019-dirty"
tduigou
parents:
diff changeset
78 ]]></help>
2
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
79 <creator>
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
80 <organization name="BioRetroSynth" url="https://github.com/brsynth"/>
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
81 </creator>
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
82 <citations>
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
83 <citation type="bibtex">
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
84 @unpublished{SbmlToSbol
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
85 author = {Neil Swainston},
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
86 title = {{SbmlToSbol}},
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
87 url = {https://github.com/neilswainston/SbmlToSbol},
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
88 }
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
89 </citation>
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
90 </citations>
9b3279f37e41 planemo upload for repository https://github.com/neilswainston/SbmlToSbol commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
tduigou
parents: 1
diff changeset
91 </tool>