Mercurial > repos > john-mccallum > pcr_markers
view uniq.xml @ 3:402c3f0fe807 draft
Uploaded revised vcf_gff.py from Github to fix bug
author | john-mccallum |
---|---|
date | Thu, 18 Oct 2012 17:54:38 -0400 |
parents | 21053f7f9ed1 |
children | b321e0517be3 |
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> </tool>