annotate omark.xml @ 1:facd37185a1d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 1d8e2a062d5138c843e4980c94a6c91a37146416
author iuc
date Tue, 03 Jun 2025 08:24:32 +0000
parents ff07b7d62944
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
2 <tool id="omark" name="OMArk" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
3 <description>proteome quality assessment</description>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
4 <macros>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
5 <import>macros.xml</import>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
6 </macros>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
7 <xrefs>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
8 <xref type="bio.tools">omark</xref>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
9 </xrefs>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
10 <requirements>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
11 <expand macro="requirements" />
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
12 </requirements>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
13
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
14 <command detect_errors="exit_code"><![CDATA[
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
15 omamer search --db '$database.fields.path' --query '$input' --out 'output_omamer'
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
16
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
17 &&
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
18
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
19 omark
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
20 -f 'output_omamer'
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
21 -d '$database.fields.path'
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
22 $omark_mode
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
23
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
24 #if $input_iso:
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
25 -i '$input_iso'
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
26 #end if
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
27
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
28 #if $t:
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
29 -t '$t'
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
30 #end if
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
31
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
32 #if $r:
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
33 -r '$r'
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
34 #end if
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
35
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
36 -o omark_galaxy
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
37 ]]></command>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
38
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
39 <inputs>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
40 <param name="input" type="data" format="fasta" label="Protein sequences"/>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
41 <param name="input_iso" type="data" format="txt" optional="true" label="Input isoform file" help="A semi-colon separated file, listing all isoforms of each genes, with one gene per line."/>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
42 <param argument="-c" name="omark_mode" type="boolean" checked="false" truevalue="-c" falsevalue="" label="Only compute a list of conserved HOGs" help="Can be used to obtain a set of genes on which to train"/>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
43 <param name="database" label="OMAmer database" type="select">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
44 <options from_data_table="omamer"/>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
45 </param>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
46
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
47 <param argument="-t" type="text" optional="true" label="Taxonomic identifier" help="NCBI taxid corresponding to the input proteome">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
48 <sanitizer invalid_char="">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
49 <valid initial="string.letters,string.digits">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
50 <add value="_" />
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
51 </valid>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
52 </sanitizer>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
53 <validator type="regex">[0-9a-zA-Z_]+</validator>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
54 </param>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
55 <param argument="-r" type="text" optional="true" label="Taxonomic rank">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
56 <sanitizer invalid_char="">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
57 <valid initial="string.letters,string.digits">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
58 <add value="_" />
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
59 </valid>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
60 </sanitizer>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
61 <validator type="regex">[0-9a-zA-Z_]+</validator>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
62 </param>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
63
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
64 <param name="outputs" type="select" multiple="true" label="Which outputs should be generated">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
65 <option value="detail_sum" selected="true">Detailed summary</option>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
66 <option value="hog">HOG identifiers</option>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
67 <option value="pdf">PDF Graphic representation </option>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
68 <option value="png">PNG Graphic representation </option>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
69 <option value="sum">Comparative proteome analysis</option>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
70 <option value="tax">Taxomony</option>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
71 <option value="ump">Protein identifiers</option>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
72 </param>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
73 </inputs>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
74
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
75 <outputs>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
76 <data name="omark_detail_sum" format="txt" label="${tool.name} on ${on_string}: Detailed summary" from_work_dir="omark_galaxy/*detailed_summary.txt">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
77 <filter>outputs and 'detail_sum' in outputs</filter>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
78 </data>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
79 <data name="omark_hog" format="omq" label="${tool.name} on ${on_string}: HOG identifiers" from_work_dir="omark_galaxy/*.omq">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
80 <filter>outputs and 'hog' in outputs</filter>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
81 </data>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
82 <data name="omark_pdf" format="pdf" label="${tool.name} on ${on_string}: Graphic representation (pdf)" from_work_dir="omark_galaxy/*.pdf">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
83 <filter>outputs and 'pdf' in outputs</filter>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
84 </data>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
85 <data name="omark_png" format="png" label="${tool.name} on ${on_string}: Graphic representation (png)" from_work_dir="omark_galaxy/*.png">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
86 <filter>outputs and 'png' in outputs</filter>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
87 </data>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
88 <data name="omark_sum" format="sum" label="${tool.name} on ${on_string}: Comparative proteome analysis" from_work_dir="omark_galaxy/*.sum">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
89 <filter>outputs and 'sum' in outputs</filter>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
90 </data>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
91 <data name="omark_tax" format="txt" label="${tool.name} on ${on_string}: Taxomony" from_work_dir="omark_galaxy/*.tax">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
92 <filter>outputs and 'tax' in outputs</filter>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
93 </data>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
94 <data name="omark_ump" format="ump" label="${tool.name} on ${on_string}: Protein identifiers" from_work_dir="omark_galaxy/*.ump">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
95 <filter>outputs and 'ump' in outputs</filter>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
96 </data>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
97 </outputs>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
98
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
99 <tests>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
100 <test expect_failure="true">
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
101 <param name="input" value="input.fasta"/>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
102 <param name="outputs" value="sum,detail_sum,png,hog,pdf,ump,tax"/>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
103 <param name="database" value="test"/>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
104
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
105 <!-- Couldn't create a minimal working hdf5 dataset -->
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
106 <assert_stderr>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
107 <has_text text="file signature not found"/>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
108 <has_text text="End of HDF5 error back trace" />
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
109 </assert_stderr>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
110 </test>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
111 </tests>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
112
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
113
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
114 <help><![CDATA[
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
115 OMark_: is a software for proteome quality assessment.
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
116 It provides measures of proteome completeness, characterizes the consistency
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
117 of all protein coding genes with regard to their homologs, and identifies the
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
118 presence of contamination from other species.
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
119
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
120 OMArk relies on the OMA orthology database.
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
121 For more information, please refer to the OMamer_ documentaion.
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
122
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
123 .. _OMark: https://github.com/DessimozLab/OMArk
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
124 .. _OMamer: https://github.com/DessimozLab/omamer
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
125 ]]></help>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
126 <expand macro="citation"/>
ff07b7d62944 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 547a79caaf320c241b148f73452036850880ce6f
iuc
parents:
diff changeset
127 </tool>