Mercurial > repos > tduigou > selenzy_wrapper
annotate selenzy_wrapper.xml @ 0:ef4112ead31c draft
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
author | tduigou |
---|---|
date | Tue, 23 May 2023 15:02:50 +0000 |
parents | |
children | 9d092acc97ec |
rev | line source |
---|---|
0
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
1 <tool id="selenzy-wrapper" name="Selenzyme" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09"> |
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" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
57 <output name="uniprot_ids" file="uniprod_ids_out.xml" compare="diff" sort="true"/> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
58 <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
|
59 </test> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
60 <test> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
61 <!-- 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
|
62 <param name="pathway" value="pathway.xml" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
63 <conditional name="input_sim_type"> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
64 <param name="host_taxID_type" value="tsv" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
65 </conditional> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
66 <param name="host_taxID_file" value="taxID.tsv" /> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
67 <output name="uniprot_ids" file="uniprod_ids_out.xml" compare="diff" sort="true"/> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
68 <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
|
69 </test> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
70 </tests> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
71 <help><![CDATA[ |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
72 Selenzyme |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
73 ================ |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
74 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
75 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
|
76 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
77 Input |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
78 ----- |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
79 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
80 * **Pathway (SBML)**\ : SBML pathway file |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
81 * **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
|
82 * **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
|
83 * **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
|
84 * **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
|
85 * **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
|
86 * **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
|
87 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
88 Output |
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 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
91 * **Uniprot IDs (SBML)**\ : Annotated SBML pathway. |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
92 * **Uniprot IDs (CSV)**\ : Annotated CSV pathway. |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
93 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
94 Project Links |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
95 ------------------ |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
96 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
97 * `GitHub <https://github.com/brsynth/selenzy-wrapper>`_ |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
98 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
99 Version |
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 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
102 0.3.0 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
103 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
104 Authors |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
105 ------- |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
106 * **Joan Hérisson** |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
107 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
108 License |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
109 ------- |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
110 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
111 * `MIT <https://github.com/brsynth/selenzy-wrapper/blob/master/LICENSE>`_ |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
112 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
113 Acknowledgments |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
114 --------------- |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
115 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
116 * Thomas Duigou |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
117 |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
118 ]]></help> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
119 <citations> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
120 <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
|
121 </citations> |
ef4112ead31c
planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 71e08a724df679ce0b7e7e01d5994de9ea4012a3
tduigou
parents:
diff
changeset
|
122 </tool> |