0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 21, 2025 — Jan 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mapreduce approach works * Index is built based on features instead of creating empty and filling/culling afterwards * Header is included * Index uses byte offsets rather than feature names More... over 16 years ago
First version using mapreduce approach => both map and reduce are fast, but sort in between is slow More... over 16 years ago
Level#resolution only calculated once: set as instance variable More... over 16 years ago
Able to create culled file More... over 16 years ago
Added number of nodes per level in header B. Able to create actual empty structure (non-culled). More... over 16 years ago
Altered manual creation of minimal example to include nr of nodes per level in header B More... over 16 years ago
Able to create header More... over 16 years ago
Added methods and tests to extract actual features from source file More... over 16 years ago
Added actual example BED data file and adjusted feature byte offsets in example index More... over 16 years ago
Removed unused code More... over 16 years ago
Annotated create_minimal_example script. Created master script for running all tests. More... over 16 years ago
Added chromosome lengths to header to allow for non-human and non-NCBI36 scaffolds to be used More... over 16 years ago
Working version (only for reading file) with multi-part header More... over 16 years ago
More meta-information stored in index and sanitized byte offsets. * Now also stored in index file: node_byte_size and total_nr_nodes Renamed: header_length to header_byte_size * Level.byte_offset is now relative to end of header instead of absolute (i.e. relative to beginning of file) More... over 16 years ago
Removed unused prerequisites such as DataMapper More... over 16 years ago
Added Container#header More... over 16 years ago
Aggregates now calculated in all parent_nodes More... over 16 years ago
First version working with binary file More... over 16 years ago
Features and nodes now loaded faster, using SQL import file. Fixed bug in query. More... over 16 years ago
Changed sample files More... over 16 years ago
Big cleanup of unused methods and commented-out code More... over 16 years ago
Fixed bug in calculation level now that base_size can be different from nr_children More... over 16 years ago
Bp size of bottom bins does not have to be the same as the nr of children for nodes. More... over 16 years ago
Changed README file More... over 16 years ago
Added some more queries to main lib script More... over 16 years ago
Commented out aggregate methods More... over 16 years ago
Container#query calculates node_ids directly instead of ploughing from level to level More... over 16 years ago
Aggregation now done at the moment of feature loading More... over 16 years ago
Structure now created based on features, so sparse and much smaller DB size. Still to do: fix querying. More... over 16 years ago
General cleanup. Child/Node IDs stored as range rather than complete list of IDs. More... over 16 years ago