Mercurial > repos > bcclaywell > microbiome_pplacer_suite
annotate refpkgzip_to_refpkg.xml @ 4:5f0648f799a9 draft
Uploaded
| author | bcclaywell |
|---|---|
| date | Wed, 25 Mar 2015 19:25:27 -0400 |
| parents | d4690e65afcd |
| children | 3c50a937d7c1 |
| 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> | |
| 10 </help> | |
| 11 </tool> |
