Mercurial > repos > galaxyp > proteinpilot
view convert_windows_newlines.xml @ 7:ffbfff887a03
Change params named "type" to something that won't confuse galaxy.
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 20 Oct 2014 15:54:33 -0500 |
parents | 4c820e82d22c |
children | 0aa9d080713e |
line wrap: on
line source
<tool id="convert_windows_newlines" version="0.1" name="ProteinPilot - Convert Windows Line Breaks"> <description></description> <command> tr -d '\r' < $input1 > $output </command> <inputs> <param format="txt" name="input1" type="data" label="Tabular Input File" help=""/> </inputs> <outputs> <data name="output" format="input" metadata_source="input1"/> </outputs> <help> Standardize the output of Windows tools like "Convert ProteinPilot Group to Tabular" for use in Galaxy. </help> </tool>