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>
|