| Previous changeset 3:9b1aebbaec34 (2025-05-10) Next changeset 5:0cae005d8c4c (2025-05-16) | 
| Commit message: planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 24dc6373560bd5e409fca84154634f5a528001c3 | 
| modified: logex.xml | 
| b | 
| diff -r 9b1aebbaec34 -r 94217ea28453 logex.xml --- a/logex.xml Sat May 10 09:09:02 2025 +0000 +++ b/logex.xml Wed May 14 07:36:48 2025 +0000 | 
| b | 
| @@ -1,4 +1,4 @@ -<tool id="fastk_logex" name="FastK Logex" version="@TOOL_VERSION@+galaxy3" profile="24.2" license="MIT"> +<tool id="fastk_logex" name="FastK Logex" version="@TOOL_VERSION@+galaxy4" profile="24.2" license="MIT"> <description>Performs binary operations on the generated Ktab files from FASTK suite</description> <macros> <import>macros.xml</import> @@ -86,7 +86,7 @@ </when> <when value="collection"> <param name="input_ktab_collection" type="data_collection" collection_type="list" format="fastk_ktab" label="Input FastK ktab Collection"/> - <param name="input_ktab_collection_tar" type="data_collection" format="fastk_ktab_tar" label="Associated FastK TAR file consisting of intermediate .ktab files"/> + <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"/> <conditional name="operation_sel"> <param name="operation_selector_collection" type="select" label="Select Operation to Perform" help="Select the operation to be performed on the input ktab files."> <option value="and">AND</option> |