Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up read_airr #367

Open
grst opened this issue Oct 9, 2022 · 0 comments
Open

Speed up read_airr #367

grst opened this issue Oct 9, 2022 · 0 comments
Projects

Comments

@grst
Copy link
Collaborator

grst commented Oct 9, 2022

Description of feature

Loading AIRR data with 1.5M rows takes ~10 minutes. This is not too bad, but could be made less annoying

  • Make validation optional (I expect the validation of the airr implementation takes a good chunk of that time)
  • Parallelization (read different parts of the file in parallel - or first read into pandas, parse several chunks of the dataframe in parallel)
  • Progress bar (this at least shows that this will eventually finish)
@grst grst added this to prio2 in scirpy-dev Oct 9, 2022
@grst grst mentioned this issue Mar 29, 2023
@grst grst moved this from prio2 to ToDo in scirpy-dev Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
scirpy-dev
  
ToDo
Development

No branches or pull requests

1 participant