https://github.com/ZhiGroup/bi-PBWT
Tip revision: 5ca3dadac4bca9c44185e116182cd520198dadc2 authored by William Yue on 18 July 2021, 02:28:48 UTC
changed pass by value to reference
changed pass by value to reference
Tip revision: 5ca3dad
Makefile
PBWT: PBWT.cpp
g++ -std=c++17 -Wshadow -Wall -o PBWT PBWT.cpp -O2
clean:
rm -f PBWT
.PHONY: clean