comparison cwpair2.xml @ 1:d4db13c9dd7f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cwpair2 commit 0e04a4c237677c1f5be1950babcf8591097996a9
author iuc
date Wed, 23 Dec 2015 09:26:01 -0500
parents 8600bfe7ed52
children abc464ca7260
comparison
equal deleted inserted replaced
0:8600bfe7ed52 1:d4db13c9dd7f
46 </when> 46 </when>
47 <when value="absolute_threshold"> 47 <when value="absolute_threshold">
48 <param name="absolute_threshold" type="float" value="0.0" min="0.0" label="Absolute value to filter below" /> 48 <param name="absolute_threshold" type="float" value="0.0" min="0.0" label="Absolute value to filter below" />
49 </when> 49 </when>
50 </conditional> 50 </conditional>
51 <param name="output_files" type="select" label="Please select the output you want to have" help="Statistics will always be generated." > 51 <param name="output_files" type="select" label="Select output" help="Statistics will always be generated." >
52 <option value="all" selected="True">no restrictions (output everything: C,D,F,O,P,MP)</option> 52 <option value="all" selected="True">everything (C,D,F,O,P,MP)</option>
53 <option value="matched_pair">matched pairs only (MP)</option> 53 <option value="matched_pair">matched pairs only (MP)</option>
54 <option value="matched_pair_orphan">matched pairs and orphans only (O,MP)</option> 54 <option value="matched_pair_orphan">matched pairs and orphans only (O,MP)</option>
55 <option value="matched_pair_orphan_detail">matched pairs, orphans and details only (D,O,MP)</option> 55 <option value="matched_pair_orphan_detail">matched pairs, orphans and details only (D,O,MP)</option>
56 </param> 56 </param>
57 </inputs> 57 </inputs>