Mercurial > repos > bcclaywell > microbiome_pplacer_suite
diff refpkgzip_to_refpkg.xml @ 0:d4690e65afcd draft
Uploaded
author | bcclaywell |
---|---|
date | Thu, 26 Feb 2015 18:16:36 -0500 |
parents | |
children | 3c50a937d7c1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/refpkgzip_to_refpkg.xml Thu Feb 26 18:16:36 2015 -0500 @@ -0,0 +1,11 @@ +<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> + </help> +</tool>