teasdalm / ped_hom

A cpp program for making homozygous ped files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A cpp program for making homozygous ped files

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 100.0%