Mercurial > repos > john-mccallum > pcr_markers
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uniq.xml Thu Jun 14 19:29:26 2012 -0400 @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<tool id="uni_Mask_1" name="Unique"> + <description>Return unique lines</description> + <command >cat $inputFile | sort | uniq > $outputfile</command> + <inputs> + <param format="txt" name="inputFile" type="data" label="Input File" help="Any text or tabular file" /> + </inputs> + <outputs> + <data format="txt" name="outputfile" /> + </outputs> + +</tool>