Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

  • HyDe is a software package that detects hybridization in phylogenomic data sets using phylogenetic invariants. and link to official site.

Using

Use the module name hyde to discover versions available and to load the application.

HyDe appears to be a number of python scripts that are called:

Multicore

A number of the scripts provide multi core functionality. Please review each script to see what is does/doesn’t provide. For example:

[]$ run_hyde_mp.py --help
usage: run_hyde_mp.py [-h] -i -m -o -n -t -s [-j] [-tr] [-p]
                      [--prefix] [-q] [--ignore_amb_sites]
Options for run_hyde.py
...
additional arguments:
  -j, --threads    number of threads [default=all available]
...

  • No labels