KangchengHou / admix-kit

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

improve python import admix loading time #10

Closed KangchengHou closed 2 years ago

KangchengHou commented 2 years ago

currently the command import admix takes a relatively long time.

This loading time should be reduced.

KangchengHou commented 2 years ago
python -X importtime -c "import admix" 2> admix.log
tuna admix.log
image

xarray takes a long time to load, but is essential to admix.

So maybe not too much to improve..