annotate refpkgzip_to_refpkg.xml @ 7:b6ece07bec6a
draft
planemo upload commit 45906ba522c7c319067e93d5cd5d7161223c3336
| author |
bcclaywell |
| date |
Mon, 12 Oct 2015 15:59:59 -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>
|