Mercurial > repos > john-mccallum > pcr_markers
comparison uniq.xml @ 0:21053f7f9ed1 draft
First upload of PCR Marker tools
author | john-mccallum |
---|---|
date | Thu, 14 Jun 2012 19:29:26 -0400 |
parents | |
children | b321e0517be3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:21053f7f9ed1 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool id="uni_Mask_1" name="Unique"> | |
3 <description>Return unique lines</description> | |
4 <command >cat $inputFile | sort | uniq > $outputfile</command> | |
5 <inputs> | |
6 <param format="txt" name="inputFile" type="data" label="Input File" help="Any text or tabular file" /> | |
7 </inputs> | |
8 <outputs> | |
9 <data format="txt" name="outputfile" /> | |
10 </outputs> | |
11 | |
12 </tool> |