KangchengHou / admix-kit

Toolkit for analyzing genetics data from admixed populations
https://kangchenghou.github.io/admix-kit
22 stars 5 forks source link

refactor to avoid cyclic import #21

Closed KangchengHou closed 5 months ago

KangchengHou commented 1 year ago

Currently there is many import statements across each submodule. Look up the best practices so there is only relative imports. and users can eventually import using pip install git+...

see https://github.com/KangchengHou/admix-kit/tree/package-import for current efforts