We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test with building a database with 33k genes of length ~ 800 nucleotides.
To run create_db it takes:
create_db
When running with time we have:
real 6182.84 user 8619.94 sys 389.02 3167723520 maximum resident set size 0 average shared memory size 0 average unshared data size 0 average unshared stack size 143395164 page reclaims 14 page faults 0 swaps 0 block input operations 0 block output operations 0 messages sent 0 messages received 0 signals received 2279 voluntary context switches 7431869 involuntary context switches
The file created (HDF5 format) is 400 MB, which is unusable.
When compressed into .zip it's 2.3 MB.
The text was updated successfully, but these errors were encountered:
We compress the result in ae547b0 (following h5py guide). The database goes from 402 MB to 40.2 MB.
Sorry, something went wrong.
AlessioMilanese
No branches or pull requests
Test with building a database with 33k genes of length ~ 800 nucleotides.
To run
create_db
it takes:When running with time we have:
The file created (HDF5 format) is 400 MB, which is unusable.
When compressed into .zip it's 2.3 MB.
The text was updated successfully, but these errors were encountered: