view raxml.xml @ 39:e56023008e36 default tip

Changed revision of package_fisher_0_1_4 to be2fc454d121 Changed revision of package_matplotlib_1_2 to a03ee94316b5
author miller-lab
date Mon, 06 Jul 2015 10:32:24 -0400
parents a631c2f6d913
children
line wrap: on
line source

<tool id="gd_raxml" name="RAxML" version="1.0.0">
  <description>: construct a maximum-likelihood phylogenetic tree</description>

  <command interpreter="python">
    raxml.py '$input' '$output'
  </command>

  <inputs>
    <param name="input" type="data" format="txt" label="PHYLIP dataset" />
  </inputs>

  <outputs>
    <data name="output" format="nhx" />
  </outputs>


  <requirements>
    <requirement type="package" version="7.7.6">raxml</requirement>
  </requirements>

  <help>
**What it does**

This tool runs RAxML on a phylip formatted file and returns a maximum
likelihood phylogram supported by a desired number of bootstraps.

This program takes as input a phylip formatted file and optionally a
number of parameters (for further information consult the manual_),
and returns a Newick formatted tree that can be explored with Phyloviz.

By default the program runs 1,000 fast bootstraps on the best likelihood
tree constructed with the GRT + gamma model.

.. _manual: http://sco.h-its.org/exelixis/oldPage/RAxML-Manual.7.0.4.pdf

  </help>
</tool>