Mercurial > repos > bcclaywell > microbiome_pplacer_suite
diff xlsx_to_csv.xml @ 0:d4690e65afcd draft
Uploaded
| author | bcclaywell |
|---|---|
| date | Thu, 26 Feb 2015 18:16:36 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xlsx_to_csv.xml Thu Feb 26 18:16:36 2015 -0500 @@ -0,0 +1,21 @@ +<tool id="CONVERTER_xlsx_to_csv" name="Convert xlsx to csv" version="1.0.0"> + <requirements> + <requirement type="package">yapp_env</requirement> + </requirements> + <command>in2csv -f xlsx $input > $output</command> + <inputs> + <param name="input" type="data" format="xlsx" label="Excel spreadsheet"/> + </inputs> + <outputs> + <data name="output" format="csv"/> + </outputs> + <help> + +.. class:: infomark + +**What it does** + +This tool converts a spreadsheet in Microsoft Excel 2007 (.xlsx) format to CSV. + + </help> +</tool>
