Mercurial > repos > imgteam > unzip
changeset 5:06eac2d1a8a9 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:25:33 +0000 |
| parents | 28d6129b2901 |
| children | |
| files | creators.xml unzip.xml |
| diffstat | 2 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/creators.xml Mon Oct 06 10:17:01 2025 +0000 +++ b/creators.xml Wed Dec 17 11:25:33 2025 +0000 @@ -5,6 +5,11 @@ <yield /> </xml> + <xml name="creators/kostrykin"> + <person givenName="Leonid" familyName="Kostrykin"/> + <yield/> + </xml> + <xml name="creators/rmassei"> <person givenName="Riccardo" familyName="Massei"/> <yield/>
--- a/unzip.xml Mon Oct 06 10:17:01 2025 +0000 +++ b/unzip.xml Wed Dec 17 11:25:33 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>
