view ucsb_phylogenetics/NJst/NJst.xml @ 8:798d8401d420 draft

Uploaded
author ucsb-phylogenetics
date Sat, 08 Sep 2012 15:33:34 -0400
parents
children
line wrap: on
line source

<tool id="NJst" name="NJst">
  <description>Estimate species tree with NJst from table of tree names and newick trees</description>
  <command interpreter="bash">NJst.sh $input $output </command>
  <inputs>
    <param name="input" type="data" format="tabular" label="Dataset" help="First column=Tree Name. Second Column=newick phylogeny"/>
  </inputs>
  <outputs>
    <data format="txt" name="output" />
  </outputs>

  <help>

.. class:: infomark

**TIP:** If your data is not TAB delimited, use *Text Manipulation-&gt;Convert*


</help>
</tool>