Mercurial > repos > bcclaywell > microbiome_pplacer_suite
comparison refpkgzip_to_refpkg.xml @ 2:ce6db18f5fd3 draft
Uploaded
| author | bcclaywell |
|---|---|
| date | Thu, 26 Feb 2015 19:31:20 -0500 |
| parents | d4690e65afcd |
| children | 3c50a937d7c1 |
comparison
equal
deleted
inserted
replaced
| 1:c8cc6529038c | 2:ce6db18f5fd3 |
|---|---|
| 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> |
