comparison refpkgzip_to_refpkg.xml @ 0:d4690e65afcd draft

Uploaded
author bcclaywell
date Thu, 26 Feb 2015 18:16:36 -0500
parents
children 3c50a937d7c1
comparison
equal deleted inserted replaced
-1:000000000000 0:d4690e65afcd
1 <tool id="CONVERTER_refpkgzip_to_refpkg" name="Convert zipped refpkg to refpkg" version="1.0.0">
2 <command>unzip -o -j $input -d $output.files_path</command>
3 <inputs>
4 <param name="input" type="data" format="refpkg.zip" label="Zipped refpkg"/>
5 </inputs>
6 <outputs>
7 <data name="output" format="refpkg"/>
8 </outputs>
9 <help>
10 </help>
11 </tool>