Mercurial > repos > john-mccallum > pcr_markers
view uniq.xml @ 6:f201e8c6e004 draft default tip
Uploaded
author | ben-warren |
---|---|
date | Mon, 07 Jul 2014 19:28:17 -0400 |
parents | b321e0517be3 |
children |
line wrap: on
line source
<?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>