# HG changeset patch # User imgteam # Date 1564744861 14400 # Node ID 38eec75fbe9b73f4151da73a3ef034dd19324013 # Parent ec30427e0d4204125c3d93c0e65d8f646f49d78b planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/unzip/ commit ab38debe1175446664e9bede9be8c667894bf9f1 diff -r ec30427e0d42 -r 38eec75fbe9b unzip.xml --- a/unzip.xml Thu Aug 01 11:04:14 2019 -0400 +++ b/unzip.xml Fri Aug 02 07:21:01 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 @@ - + - - + + - - + +