arvkevi / ezancestry

Easy genetic ancestry predictions in Python
https://ezancestry.streamlit.app
MIT License
63 stars 11 forks source link

Fix file upload to work with binary buffer #6

Closed apriha closed 4 years ago

apriha commented 4 years ago

Update to work with new Streamlit upload functionality. See here.

arvkevi commented 4 years ago

Thanks for creating the PR for this functionality @apriha , I'm going to check your branch out and test it (since I don't have any unit tests here 😐 )

arvkevi commented 4 years ago

This worked great @apriha, thanks!