Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtahmasbi/gap
https://github.com/rtahmasbi/gap
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtahmasbi/gap
- Owner: rtahmasbi
- Created: 2016-11-22T22:27:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T20:57:12.000Z (over 6 years ago)
- Last Synced: 2023-10-19T20:46:39.456Z (about 1 year ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GAP
Genetic Analysis Program.#### To convert 'SHAPEIT' output file ('.haps') to '.ped' file:
gap --haps2ped --file [file_name] --out [file_out] --code01# Download
git clone https://github.com/rtahmasbi/GAP
# Compile
To compile GAP, run the following command:cd GAP
make# Help
./gap --help