diff preprocess.xml @ 13:4dd70eba5941 draft

"planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 38a21bfbbb70a5752ea12898bce9c5601dfcca65-dirty"
author oinizan
date Tue, 12 Jul 2022 09:12:27 +0000
parents 613b7551f28b
children ca1e9adbde51
line wrap: on
line diff
--- a/preprocess.xml	Mon May 16 14:19:09 2022 +0000
+++ b/preprocess.xml	Tue Jul 12 09:12:27 2022 +0000
@@ -93,8 +93,8 @@
                 <!-- Samples -->
                 <conditional name="input_type">
                     <param name="input_type_selected" type="select" label="Input type" help="Samples files can be provided in a single TAR archive or sample by sample (with one or two files each).">
-                        <option value="files_by_samples" selected="true">Files by samples</option>
-                        <option value="archive">TAR Archive</option>
+                        <option value="files_by_samples" >Files by samples</option>
+                        <option value="archive" selected="true">TAR Archive</option>
                     </param>
                     <when value="archive">
                         <param name="archive_file" type="data" format="tar,tgz" label="TAR archive file" help="The TAR file containing the sequences file(s) for each sample." />