Mercurial > repos > john-mccallum > dnaclust
annotate dnaclust2tab.xml @ 0:84be1fe7e34a draft
Uploaded
author | john-mccallum |
---|---|
date | Thu, 06 Sep 2012 23:05:22 -0400 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool id="dnaclust2tab_1" name="dnaclust2tab"> | |
3 <description>Convert dnaclust to tabular</description> | |
4 <command >dnaclust2tab.awk $inputFile > $outputfile</command> | |
5 <inputs> | |
6 <param format="tabular" name="inputFile" type="data" label="Columnar Input File" help="tabular file of DNAclust clusters" /> | |
7 </inputs> | |
8 <outputs> | |
9 <data format="tabular" name="outputfile" /> | |
10 </outputs> | |
11 <help> | |
12 .. class:: infomark | |
13 | |
14 **TIP** | |
15 | |
16 This tool collapses dnaclust output into 2 column tabular form | |
17 | |
18 </help> | |
19 | |
20 | |
21 </tool> |