Mercurial > repos > tduigou > selenzy_wrapper
annotate selenzy_wrapper.xml @ 1:9d092acc97ec draft default tip
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
author | tduigou |
---|---|
date | Mon, 19 Jun 2023 11:22:39 +0000 |
parents | ef4112ead31c |
children |
rev | line source |
---|---|
1
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
1 <tool id="selenzy-wrapper" name="Selenzyme" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09" license="MIT"> |
0
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
2 <description>Performs enzyme selection from a reaction query</description> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
3 <macros> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
4 <token name="@VERSION_SUFFIX@">0</token> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
5 <token name="@TOOL_VERSION@">0.3.0</token> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
6 </macros> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
7 <requirements> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
8 <requirement type="package" version="@TOOL_VERSION@">selenzy_wrapper</requirement> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
9 </requirements> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
11 python -m selenzy_wrapper '$pathway' '$uniprot_ids' |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
12 --nb_targets '$adv.nb_targets' |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
13 --d '$adv.direction' |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
14 $adv.NoMSA |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
15 #if str($host_taxID_type_conditional.host_taxID_type) == "tsv": |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
16 --host_taxID `sed 1d ${host_taxID_type_conditional.host_taxID_file}` |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
17 #else: |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
18 --host_taxID '$host_taxID_type_conditional.host_taxID_int' |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
19 #end if |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
20 #if str($adv.enzyme_taxIDs) != "": |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
21 --enzyme_taxIDs '$adv.enzyme_taxIDs' |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
22 #end if |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
23 --nb_ids '$adv.nb_ids' |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
24 --to_csv '$uniprot_ids_csv' |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
25 --data-path "\${TMPDIR:-.}" |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
26 ]]></command> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
27 <inputs> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
28 <param name="pathway" type="data" format="sbml" label="Pathway (SBML)" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
29 <conditional name="host_taxID_type_conditional"> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
30 <param name="host_taxID_type" type="select" label="Host taxon ID type"> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
31 <option value="integer" selected="True">Value</option> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
32 <option value="tsv">File</option> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
33 </param> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
34 <when value="integer"> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
35 <param name="host_taxID_int" type="integer" label="Host taxon ID value" value="83333" help="default: 83333 [E. coli K12]" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
36 </when> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
37 <when value="tsv"> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
38 <param name="host_taxID_file" type="data" format="tsv" label="Host taxon ID file" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
39 </when> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
40 </conditional> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
41 <section name="adv" title="Advanced Options" expanded="false"> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
42 <param name="enzyme_taxIDs" type="text" value="" label="Comma separated taxon IDs of output enzyme sequences" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
43 <param name="nb_ids" type="integer" value="-1" label="Number of uniprot IDs with top score to keep" help=" Number of enzyme IDs to display in results (after taxon IDs filtering) [default = -1 (no limit)]" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
44 <param name="nb_targets" type="integer" value="500" min="1" label="Number of targets to display in results" help="Number of targets to display in results (before taxon IDs filtering) [default = 500]" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
45 <param name="direction" type="float" value="0" label="Use similarity values for preferred reaction direction only" help="You can choose to rank similarities in both reaction directions or to use only the direction of the reaction based on a consensus list that has been generated according to reaction information based on curated information from MetaCyc (Metabolic Pathway Database) [default=0 (OFF)]" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
46 <param argument="--NoMSA" type="boolean" falsevalue="--NoMSA" truevalue="" checked="true" display="checkboxes" label="Do not compute MSA/conservation scores ?" help="Do not compute Multiple Sequence Alignment and conservation scores ? (MSA scores are computed by default)" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
47 </section> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
48 </inputs> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
49 <outputs> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
50 <data name="uniprot_ids" format="sbml" label="Uniprot IDs (SBML)" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
51 <data name="uniprot_ids_csv" format="csv" label="Uniprot IDs (CSV)" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
52 </outputs> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
53 <tests> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
54 <test> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
55 <!-- test 1: check if identical outputs are produced with default parameters --> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
56 <param name="pathway" value="pathway.xml" /> |
1
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
57 <output name="uniprot_ids"> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
58 <assert_contents> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
59 <is_valid_xml /> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
60 <has_n_lines n="7968" /> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
61 </assert_contents> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
62 </output> |
0
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
63 <output name="uniprot_ids_csv" file="uniprod_ids_out.csv" ftype="csv" compare="diff"/> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
64 </test> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
65 <test> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
66 <!-- test 2: check with taxon ID from a file --> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
67 <param name="pathway" value="pathway.xml" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
68 <conditional name="input_sim_type"> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
69 <param name="host_taxID_type" value="tsv" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
70 </conditional> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
71 <param name="host_taxID_file" value="taxID.tsv" /> |
1
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
72 <output name="uniprot_ids"> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
73 <assert_contents> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
74 <is_valid_xml /> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
75 <has_n_lines n="7968" /> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
76 </assert_contents> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
77 </output> |
0
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
78 <output name="uniprot_ids_csv" file="uniprod_ids_out.csv" ftype="csv" compare="diff"/> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
79 </test> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
80 </tests> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
81 <help><![CDATA[ |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
82 Selenzyme |
1
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
83 ========= |
0
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
84 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
85 Selenzyme searches for enzymes corresponding to each reaction of the pathway. It performs a reaction similarity search in the reference reaction database `MetaNetX <https://www.metanetx.org/>`_ and outputs an updated SBML file annotated with the enzyme UniProt IDs, as well as in CSV format. |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
86 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
87 Input |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
88 ----- |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
89 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
90 * **Pathway (SBML)**\ : SBML pathway file |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
91 * **Number of targets to display in results**\ : (integer) Number of targets to display in results (before taxon IDs filtering) [default = 500] |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
92 * **Number of uniprot IDs with top score to keep**\ : (integer) Number of enzyme IDs to display in results (after taxon IDs filtering) [default = -1 (no limit)] |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
93 * **Use similarity values for preferred reaction direction only**\ : (float) Use similarity values for preferred reaction direction only [default=0 (OFF)] |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
94 * **Do not compute MSA/conservation scores ?**\ : (boolean) Do not compute Multiple Sequence Alignment and conservation scores ? (MSA scores are computed by default) |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
95 * **Host taxon ID**\ : (string) Taxon ID of the chassis (default: 83333 [E. coli K12]) |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
96 * **Comma separated taxon IDs of output enzyme sequences**\ : (string) Comma separated taxon IDs of output enzyme sequences |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
97 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
98 Output |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
99 ------ |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
100 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
101 * **Uniprot IDs (SBML)**\ : Annotated SBML pathway. |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
102 * **Uniprot IDs (CSV)**\ : Annotated CSV pathway. |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
103 ]]></help> |
1
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
104 <creator> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
105 <organization name="BioRetroSynth" url="https://github.com/brsynth"/> |
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
106 </creator> |
0
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
107 <citations> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
108 <citation type="doi">10.1093/bioinformatics/bty065</citation> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
109 </citations> |
1
9d092acc97ec
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 0039ba858e95b91a07a018b2eece0e0737e6a20a
tduigou
parents:
0
diff
changeset
|
110 </tool> |