Update select_data.py

This commit is contained in:
HarshitGupta11 2019-08-14 20:17:06 +05:30 committed by GitHub
parent 9f0a7a2a41
commit ac1790fe11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ import pandas as pd
import numpy as np
import os
import sys
from selector import select, create_map_reverse
from selector_sp import select, create_map_reverse
def read_db_homology(dir_name, filename):