annotate 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 |
|
rev |
line source |
5
|
1 <tool id="convert_windows_newlines" version="0.1" name="ProteinPilot - Convert Windows Line Breaks">
|
8
|
2 <description></description>
|
|
3 <command>
|
|
4 <![CDATA[
|
|
5 tr -d '\r' < $input1 > $output
|
|
6 ]]>
|
|
7 </command>
|
|
8 <inputs>
|
|
9 <param format="txt" name="input1" type="data" label="Tabular Input File" help=""/>
|
|
10 </inputs>
|
|
11 <outputs>
|
|
12 <data name="output" format_source="input" metadata_source="input1"/>
|
|
13 </outputs>
|
|
14 <help>
|
|
15 Standardize the output of Windows tools like "Convert ProteinPilot Group to Tabular" for use in Galaxy.
|
|
16 </help>
|
5
|
17 </tool>
|