Mercurial > repos > john-mccallum > dnaclust
diff dnaclust2tab.xml @ 0:84be1fe7e34a draft
Uploaded
author | john-mccallum |
---|---|
date | Thu, 06 Sep 2012 23:05:22 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dnaclust2tab.xml Thu Sep 06 23:05:22 2012 -0400 @@ -0,0 +1,21 @@ +<?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>