annotate refpkgzip_to_refpkg.xml @ 8:35f9b833e12b
draft default tip
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
author |
bcclaywell |
date |
Mon, 12 Oct 2015 16:09:02 -0400 |
parents |
3c50a937d7c1 |
children |
|
rev |
line source |
0
|
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>
|
6
|
10
|
|
11 .. class:: infomark
|
|
12
|
|
13 **What it does**
|
|
14
|
|
15 This tool unpacks a reference package from a ZIP file.
|
|
16
|
0
|
17 </help>
|
|
18 </tool>
|