kr-colab / locator

deep learning prediction of geographic location from individual genome sequences
Other
46 stars 18 forks source link

fixed minor bug with samples coming in from zarr as bytes #17

Closed andrewkern closed 4 years ago

andrewkern commented 4 years ago

minor weirdness when reading samples from a zarr sample IDs were coming in as bytes, which was causing an issues in the sort_samples() function.

closes #16