view 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
line wrap: on
line source

<tool id="CONVERTER_refpkgzip_to_refpkg" name="Convert zipped refpkg to refpkg" version="1.0.0">
  <command>unzip -o -j $input -d $output.files_path</command>
  <inputs>
    <param name="input" type="data" format="refpkg.zip" label="Zipped refpkg"/>
  </inputs>
  <outputs>
    <data name="output" format="refpkg"/>
  </outputs>
  <help>

.. class:: infomark

**What it does**

This tool unpacks a reference package from a ZIP file.

  </help>
</tool>