aboutsummaryrefslogtreecommitdiff
path: root/pyhegp.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyhegp.py')
-rw-r--r--pyhegp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyhegp.py b/pyhegp.py
index 68a3391..053ddaf 100644
--- a/pyhegp.py
+++ b/pyhegp.py
@@ -38,8 +38,6 @@ def hegp_decrypt(ciphertext, key):
def read_genotype(genotype_file):
return np.loadtxt(genotype_file, delimiter=",")
- # snps = genotype_file.readline().split(",")
- # return np.loadtxt(genotype_file, delimiter=",", skiprows=1, usecols=range(1, 1+len(snps)))
@click.group()
def main():