/ped_hom

A cpp program for making homozygous ped files

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ped_hom

  • A beta C++ program for making homozygous haploid ped files.
  • Requires the boost C++ libraries

Usage

  • Tested on Ubuntu 22.04 only
# Install boost libraries
sudo apt install libboost-all-dev

# Compile
g++ ped_hom_0.1.cpp -o ped_hom

# Run
ped_hom file.ped > file_h.ped