comparison 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
comparison
equal deleted inserted replaced
5:5a8835c225a4 6:e54b0e59b367
65 </command> 65 </command>
66 <inputs> 66 <inputs>
67 <param label="Input file" name="input_file" type="data" format="zip,tar"/> 67 <param label="Input file" name="input_file" type="data" format="zip,tar"/>
68 <conditional name="extract_options"> 68 <conditional name="extract_options">
69 <param label="What to extract" name="target" type="select"> 69 <param label="What to extract" name="target" type="select">
70 <option selected="True" value="all">All files</option> 70 <option value="all" selected="True">All files</option>
71 <option value="all_nondot">All files except dotfiles</option> 71 <option value="all_nondot">All files except dotfiles</option>
72 <option value="all_regex">All files matching a regex</option> 72 <option value="all_regex">All files matching a regex</option>
73 <option value="single">Single file</option> 73 <option value="single">Single file</option>
74 </param> 74 </param>
75 <when value="all"> 75 <when value="all">
224 <element name="images_res" file="res.tiff" ftype="tiff" compare="sim_size"/> 224 <element name="images_res" file="res.tiff" ftype="tiff" compare="sim_size"/>
225 </output_collection> 225 </output_collection>
226 </test> 226 </test>
227 </tests> 227 </tests>
228 <help> 228 <help>
229 **What it does** 229
230 **Unzip an archive containing file(s) of various types.**
230 231
231 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. 232 If multiple files are asked to be retained, the output will be a collection containing all files within the ZIP or TAR archive.
233
232 </help> 234 </help>
233 <citations> 235 <citations>
234 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> 236 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
235 </citations> 237 </citations>
236 </tool> 238 </tool>