Skip to content
Snippets Groups Projects
Commit 6ca028a8 authored by Ahmed Abbas's avatar Ahmed Abbas
Browse files

Update test_on_GM12878_data.py

parent 5d685c43
Branches
No related merge requests found
......@@ -51,7 +51,7 @@ def one_hot(seq):
return temp
import pandas as pd
l = [22,21,18,23,20,19,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1]
l = [1]
for i in range(len(l)):
if(l[i] == 23):
CHR = 'chrX'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment