comparison goenrichment.xml @ 1:5ace5c7d1a86 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/goenrichment commit f88b350b77f77b559803a9bb8f9f1219950d0f9f
author iuc
date Fri, 18 Jan 2019 11:13:00 -0500
parents 52964064db8a
children 2c7c9646ccf0
comparison
equal deleted inserted replaced
0:52964064db8a 1:5ace5c7d1a86
49 <param name="summarize" type="boolean" checked="true" truevalue="--summarize_output" falsevalue="" label="Summarize Output" help="Whether to produce a summarized list of GO terms or the full list of those that are statistically significant"/> 49 <param name="summarize" type="boolean" checked="true" truevalue="--summarize_output" falsevalue="" label="Summarize Output" help="Whether to produce a summarized list of GO terms or the full list of those that are statistically significant"/>
50 <param name="singletons" type="boolean" checked="true" truevalue="--ignore_singletons" falsevalue="" label="Exclude Singletons" help="Whether to exclude GO terms that are annotated to a single gene product in the study set"/> 50 <param name="singletons" type="boolean" checked="true" truevalue="--ignore_singletons" falsevalue="" label="Exclude Singletons" help="Whether to exclude GO terms that are annotated to a single gene product in the study set"/>
51 <param name="relations" type="boolean" checked="false" truevalue="--use_all_relations" falsevalue="" label="Use All Relations" help="Whether to infer annotations through 'part_of' and other non-hierarchical relationships, or only through 'is_a' relations"/> 51 <param name="relations" type="boolean" checked="false" truevalue="--use_all_relations" falsevalue="" label="Use All Relations" help="Whether to infer annotations through 'part_of' and other non-hierarchical relationships, or only through 'is_a' relations"/>
52 </inputs> 52 </inputs>
53 <outputs> 53 <outputs>
54 <data name="mf_result" format="tabular" label="MF Result File"/> 54 <data name="mf_result" format="tabular" label="${tool.name} on ${study.name} MF Result File"/>
55 <data name="bp_result" format="tabular" label="BP Result File"/> 55 <data name="bp_result" format="tabular" label="${tool.name} on ${study.name} BP Result File"/>
56 <data name="cc_result" format="tabular" label="CC Result File"/> 56 <data name="cc_result" format="tabular" label="${tool.name} on ${study.name} CC Result File"/>
57 <data name="mf_graph" format="png" label="MF Graph File"> 57 <data name="mf_graph" format="png" label="${tool.name} on ${study.name} MF Graph File">
58 <change_format> 58 <change_format>
59 <when input="graph" value="svg" format="svg"/> 59 <when input="graph" value="svg" format="svg"/>
60 <when input="graph" value="tabular" format="tabular"/> 60 <when input="graph" value="tabular" format="tabular"/>
61 </change_format> 61 </change_format>
62 </data> 62 </data>
63 <data name="bp_graph" format="png" label="BP Graph File"> 63 <data name="bp_graph" format="png" label="${tool.name} on ${study.name} BP Graph File">
64 <change_format> 64 <change_format>
65 <when input="graph" value="svg" format="svg"/> 65 <when input="graph" value="svg" format="svg"/>
66 <when input="graph" value="tabular" format="tabular"/> 66 <when input="graph" value="tabular" format="tabular"/>
67 </change_format> 67 </change_format>
68 </data> 68 </data>
69 <data name="cc_graph" format="png" label="CC Graph File"> 69 <data name="cc_graph" format="png" label="${tool.name} on ${study.name} CC Graph File">
70 <change_format> 70 <change_format>
71 <when input="graph" value="svg" format="svg"/> 71 <when input="graph" value="svg" format="svg"/>
72 <when input="graph" value="tabular" format="tabular"/> 72 <when input="graph" value="tabular" format="tabular"/>
73 </change_format> 73 </change_format>
74 </data> 74 </data>