Hi:
I come from DCH in China. I try to import table using Hail hc.import_table command like this:
from hail import *
hc=HailContext()
table=hc.import_table(‘1000Genomes.sample_annotations’,impute=True).key_by(‘Sample’)
However, I got an error :
AttributeError: ‘HailContext’ object has no attribute ‘import_table’
Should I need to import other modules or do something else to solve the problem?
Thanks.