annotate uniq.xml @ 4:be070a68521e draft

Uploaded workflow from vcf file to CAPS
author john-mccallum
date Thu, 18 Oct 2012 19:47:07 -0400
parents 21053f7f9ed1
children b321e0517be3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
1 <?xml version="1.0"?>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
2 <tool id="uni_Mask_1" name="Unique">
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
3 <description>Return unique lines</description>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
4 <command >cat $inputFile | sort | uniq > $outputfile</command>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
5 <inputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
6 <param format="txt" name="inputFile" type="data" label="Input File" help="Any text or tabular file" />
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
7 </inputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
8 <outputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
9 <data format="txt" name="outputfile" />
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
10 </outputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
11
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
12 </tool>