Mercurial > repos > bcclaywell > microbiome_pplacer_suite
view xlsx_to_csv.xml @ 8:35f9b833e12b draft default tip
planemo upload commit 2774930eebe258ecd56c8f1c5ddabf5092282ab9
| author | bcclaywell | 
|---|---|
| date | Mon, 12 Oct 2015 16:09:02 -0400 | 
| parents | d4690e65afcd | 
| children | 
line wrap: on
 line source
<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>
