Mercurial > repos > galaxyp > proteinpilot
view convert_windows_newlines.xml @ 10:c0d4ae9647b5 draft default tip
planemo upload commit 37f8e06b4f435a54804b326f5f6c6b1a65983466-dirty
author | galaxyp |
---|---|
date | Fri, 23 Sep 2016 09:34:49 -0400 |
parents | 0aa9d080713e |
children |
line wrap: on
line source
<tool id="convert_windows_newlines" version="0.1" name="ProteinPilot - Convert Windows Line Breaks"> <description></description> <command> <![CDATA[ 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_source="input" metadata_source="input1"/> </outputs> <help> Standardize the output of Windows tools like "Convert ProteinPilot Group to Tabular" for use in Galaxy. </help> </tool>