# HG changeset patch # User imgteam # Date 1564743215 14400 # Node ID 94bc6ec5213e3ff6ceec663305e797113402dcff # Parent 11df4d6f9ab8ccb4ddc9028c8de0754e69faad29 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/unzip/ commit 7844727a27ca785505451a0fe2851928a835ba2b diff -r 11df4d6f9ab8 -r 94bc6ec5213e unzip.xml --- a/unzip.xml Thu Aug 01 11:03:49 2019 -0400 +++ b/unzip.xml Fri Aug 02 06:53:35 2019 -0400 @@ -1,4 +1,4 @@ - + Unzip file unzip @@ -8,24 +8,25 @@ out.data + #else + "$input_file" -d out/ + #end if #end if #if $input_file.is_of_type("tar"): - tar -xf "$input_file" - #if $extract_options['extract_all'] == 'False' - "$extract_options['pathtofile']" - #end if - -C ./out/ + tar + #if $extract_options['extract_all'] == 'False' + xfO "$input_file" "$extract_options['pathtofile']" > out.data + #else + -xf "$input_file" -C ./out/ + #end if #end if ]]> - @@ -34,25 +35,20 @@ - - - - - - - - + '..' not in value + ',' not in value + '*' not in value + str(value)[0] != '/' - - + extract_options['extract_all'] == 'False' - + extract_options['extract_all'] == 'True' @@ -61,22 +57,22 @@ - + - - + + - - + +