Mercurial > repos > john-mccallum > dnaclust
view dnaclust2tab.xml @ 1:8d31c21e4f28 draft
Uploaded fastaselect.xml with trivial but critical fix
author | john-mccallum |
---|---|
date | Wed, 26 Jun 2013 22:07:53 -0400 |
parents | 84be1fe7e34a |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool id="dnaclust2tab_1" name="dnaclust2tab"> <description>Convert dnaclust to tabular</description> <command >dnaclust2tab.awk $inputFile > $outputfile</command> <inputs> <param format="tabular" name="inputFile" type="data" label="Columnar Input File" help="tabular file of DNAclust clusters" /> </inputs> <outputs> <data format="tabular" name="outputfile" /> </outputs> <help> .. class:: infomark **TIP** This tool collapses dnaclust output into 2 column tabular form </help> </tool>