comparison logex.xml @ 4:ee15b385e5d2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 24dc6373560bd5e409fca84154634f5a528001c3
author iuc
date Wed, 14 May 2025 07:36:23 +0000
parents f1f6bc33ad2e
children 999e30b75307
comparison
equal deleted inserted replaced
3:f1f6bc33ad2e 4:ee15b385e5d2
1 <tool id="fastk_logex" name="FastK Logex" version="@TOOL_VERSION@+galaxy3" profile="24.2" license="MIT"> 1 <tool id="fastk_logex" name="FastK Logex" version="@TOOL_VERSION@+galaxy4" profile="24.2" license="MIT">
2 <description>Performs binary operations on the generated Ktab files from FASTK suite</description> 2 <description>Performs binary operations on the generated Ktab files from FASTK suite</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="xrefs"/> 6 <expand macro="xrefs"/>
84 <option value="xor">XOR</option> 84 <option value="xor">XOR</option>
85 </param> 85 </param>
86 </when> 86 </when>
87 <when value="collection"> 87 <when value="collection">
88 <param name="input_ktab_collection" type="data_collection" collection_type="list" format="fastk_ktab" label="Input FastK ktab Collection"/> 88 <param name="input_ktab_collection" type="data_collection" collection_type="list" format="fastk_ktab" label="Input FastK ktab Collection"/>
89 <param name="input_ktab_collection_tar" type="data_collection" format="fastk_ktab_tar" label="Associated FastK TAR file consisting of intermediate .ktab files"/> 89 <param name="input_ktab_collection_tar" type="data_collection" collection_type="list" format="fastk_ktab_tar" label="Associated FastK TAR file consisting of intermediate .ktab files"/>
90 <conditional name="operation_sel"> 90 <conditional name="operation_sel">
91 <param name="operation_selector_collection" type="select" label="Select Operation to Perform" help="Select the operation to be performed on the input ktab files."> 91 <param name="operation_selector_collection" type="select" label="Select Operation to Perform" help="Select the operation to be performed on the input ktab files.">
92 <option value="and">AND</option> 92 <option value="and">AND</option>
93 <option value="or">OR</option> 93 <option value="or">OR</option>
94 <option value="minus">Minus</option> 94 <option value="minus">Minus</option>