Mercurial > repos > galaxyp > proteinpilot
diff convert_windows_newlines.xml @ 5:4c820e82d22c
Uploaded
author | galaxyp |
---|---|
date | Fri, 26 Sep 2014 15:03:14 -0400 |
parents | |
children | 0aa9d080713e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/convert_windows_newlines.xml Fri Sep 26 15:03:14 2014 -0400 @@ -0,0 +1,15 @@ +<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>