diff mothur/tools/mothur/pcoa.xml @ 1:fcc0778f6987

Migrated tool version 1.16.0 from old tool shed archive to new tool shed repository
author jjohnson
date Tue, 07 Jun 2011 17:35:35 -0400
parents 3202a38e44d9
children e990ac8a0f58
line wrap: on
line diff
--- a/mothur/tools/mothur/pcoa.xml	Tue Jun 07 17:32:23 2011 -0400
+++ b/mothur/tools/mothur/pcoa.xml	Tue Jun 07 17:35:35 2011 -0400
@@ -1,9 +1,9 @@
-<tool id="mothur_pcoa" name="Pcoa" version="1.15.0" >
+<tool id="mothur_pcoa" name="Pcoa" version="1.16.0" >
  <description>Principal Coordinate Analysis</description>
  <command interpreter="python">
   mothur_wrapper.py 
   --cmd='pcoa'
-  --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.pcoa$:'$pca,'^\S+\.pcoa.loadings$:'$loadings
+  --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.pcoa\.axes$:'$pcoa,'^\S+\.pcoa.loadings$:'$loadings
   --outputdir='$logfile.extra_files_path'
   --phylip=$phylip
  </command>
@@ -12,7 +12,7 @@
  </inputs>
  <outputs>
   <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
-  <data format="tabular" name="pca" label="${tool.name} on ${on_string}: PCA" />
+  <data format="axes" name="pcoa" label="${tool.name} on ${on_string}: pcoa.axes" />
   <data format="tabular" name="loadings" label="${tool.name} on ${on_string}: loadings" />
  </outputs>
  <requirements>