Mercurial > repos > cropgeeks > flapjack
view transpose.xml @ 66:d709024d6bb4 draft
Deleted selected files
author | cropgeeks |
---|---|
date | Wed, 21 Feb 2018 11:56:52 -0500 |
parents | 6777844fd638 |
children |
line wrap: on
line source
<tool id="flapjack_transpose" name="Transpose" version="0.0.1"> <description>transpose a file's contents</description> <command><![CDATA[ java -cp $__tool_directory__/lib/flapjack.jar jhi.flapjack.io.cmd.Transpose $input $output ]]></command> <inputs> <param format="tabular" name="input" type="data" label="Source file"/> </inputs> <outputs> <data format="tabular" name="output" /> </outputs> <stdio> <exit_code range="1:" /> </stdio> <help><![CDATA[ .. class:: infomark **What it does** This tool transposes data files. ]]></help> </tool>