Mercurial > repos > galaxyp > proteinpilot
annotate convert_windows_newlines.xml @ 6:b3cf7d7dadc1
Uploaded
author | galaxyp |
---|---|
date | Tue, 30 Sep 2014 10:45:56 -0400 |
parents | 4c820e82d22c |
children | 0aa9d080713e |
rev | line source |
---|---|
5 | 1 <tool id="convert_windows_newlines" version="0.1" name="ProteinPilot - Convert Windows Line Breaks"> |
2 <description></description> | |
3 <command> | |
4 tr -d '\r' < $input1 > $output | |
5 </command> | |
6 <inputs> | |
7 <param format="txt" name="input1" type="data" label="Tabular Input File" help=""/> | |
8 </inputs> | |
9 <outputs> | |
10 <data name="output" format="input" metadata_source="input1"/> | |
11 </outputs> | |
12 <help> | |
13 Standardize the output of Windows tools like "Convert ProteinPilot Group to Tabular" for use in Galaxy. | |
14 </help> | |
15 </tool> |