diff unzip.xml @ 6:e54b0e59b367 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/unzip/ commit 8e99ddb62ceab1da15996906a0813826b62d38fe
author imgteam
date Wed, 17 Dec 2025 11:23:10 +0000
parents 5a8835c225a4
children
line wrap: on
line diff
--- a/unzip.xml	Mon Oct 06 10:16:49 2025 +0000
+++ b/unzip.xml	Wed Dec 17 11:23:10 2025 +0000
@@ -67,7 +67,7 @@
         <param label="Input file" name="input_file" type="data" format="zip,tar"/>
         <conditional name="extract_options">
             <param label="What to extract" name="target" type="select">
-                <option selected="True" value="all">All files</option>
+                <option value="all" selected="True">All files</option>
                 <option value="all_nondot">All files except dotfiles</option>
                 <option value="all_regex">All files matching a regex</option>
                 <option value="single">Single file</option>
@@ -226,9 +226,11 @@
         </test>
     </tests>
     <help>
-        **What it does**
+
+        **Unzip an archive containing file(s) of various types.**
           
-        Unzip a folder containing file(s) of various types. If multiple files are asked to be retained, the output will be a collection containing all files within the zip or tar archive.
+        If multiple files are asked to be retained, the output will be a collection containing all files within the ZIP or TAR archive.
+
     </help>
     <citations>
         <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>