Skip to content

abacus-gene/hhsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HHSD

hhsd can be used to perform Hierarchical Heuristic Species Delimitation from multilocus genetic data.

Installation instructions

Prerequisites

  • Users must have python 3.9+ installed. Check your current version with python --version.
  • Users must create and activate a dedicated virtual environment for the installation of the package. See: https://docs.python.org/3/tutorial/venv.html for detailed instuctions on how this can be accomplished.
  • Create a dedicated folder (in the directory where you normally install your programs), and move your terminal to that folder.
  • Activate your dedicated virtual environment for hhsd before beginning installation.

- Linux

Installation on linux can be accomplshed via the following set of commands:

git clone https://github.com/abacus-gene/hhsd
cd hhsd
pip install .

- macOS

Installation on macOS is also relatively straightforward. Make sure that you are using the pip version specific to python3.

git clone https://github.com/abacus-gene/hhsd
cd hhsd
pip3 install .

- Windows

Windows installations are slightly more complicated.

Then, install the program as expected:

cd hhsd
pip install .

Checking your install

To check if hhsd was installed successfully, open your command line of choice, and type:

hhsd

This should result in a greeting message similar to the following:

hhsd version 1.1.0
BPP executable at '<path to bpp>' is present and functional.
12 cores available
specify control file for analysis with --cfile

Detailed instructions

Details on the operation of the program, including best practices, and a thorough explanation of parameter syntax can be found in the manual.

About

HHSD is a python pipeline for hierarchical heuristic species delimitation using genomic sequence data under the multispecies coalescent model. It drives data analysis using the program bpp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages