Mercurial > repos > iuc > obi_stat
comparison obistat.xml @ 1:65bb66b261e3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit b3426aed6615742d96dfb8f7346a9e0d4e391a99
author | iuc |
---|---|
date | Fri, 12 Oct 2018 06:25:41 -0400 |
parents | ee9cd37c2f3d |
children | 723a93febe89 |
comparison
equal
deleted
inserted
replaced
0:ee9cd37c2f3d | 1:65bb66b261e3 |
---|---|
1 <tool id="obi_stat" name="obistat" version="@WRAPPER_VERSION@"> | 1 <tool id="obi_stat" name="obistat" version="@TOOL_VERSION@"> |
2 <description>computes basic statistics for attribute values</description> | 2 <description>computes basic statistics for attribute values</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
104 <conditional name="options_attribute"> | 104 <conditional name="options_attribute"> |
105 <param name="options_attributebe_selector" value="yes"/> | 105 <param name="options_attributebe_selector" value="yes"/> |
106 <param name="options_attribute_selector" value="min" /> | 106 <param name="options_attribute_selector" value="min" /> |
107 <param name="options_uniq_selector" value="seq_length" /> | 107 <param name="options_uniq_selector" value="seq_length" /> |
108 </conditional> | 108 </conditional> |
109 | 109 <output name="output" file="output_obistat.txt" ftype="txt" sort="True"/> |
110 <output name="output" file="output_obistat.txt" ftype="txt"/> | |
111 </test> | 110 </test> |
112 </tests> | 111 </tests> |
113 <help><![CDATA[ | 112 <help><![CDATA[ |
114 | 113 |
115 .. class:: infomark | 114 .. class:: infomark |