{"id":15813607,"url":"https://github.com/mbouzid/mphf","last_synced_at":"2025-04-01T01:44:03.199Z","repository":{"id":228373248,"uuid":"135320721","full_name":"mbouzid/mphf","owner":"mbouzid","description":"Indexing \u0026 querying matrix method with a minimal perfect hash function","archived":false,"fork":false,"pushed_at":"2018-08-31T11:29:17.000Z","size":327,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-06T04:03:12.188Z","etag":null,"topics":["big-data","indexing-engine","mphf"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbouzid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-05-29T16:01:42.000Z","updated_at":"2019-02-13T20:00:24.000Z","dependencies_parsed_at":"2024-03-18T13:48:20.982Z","dependency_job_id":"651227f5-888e-4196-ac5b-331167f99225","html_url":"https://github.com/mbouzid/mphf","commit_stats":null,"previous_names":["mbouzid/mphf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbouzid%2Fmphf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbouzid%2Fmphf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbouzid%2Fmphf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbouzid%2Fmphf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbouzid","download_url":"https://codeload.github.com/mbouzid/mphf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246569006,"owners_count":20798341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["big-data","indexing-engine","mphf"],"created_at":"2024-10-05T04:03:30.392Z","updated_at":"2025-04-01T01:44:03.177Z","avatar_url":"https://github.com/mbouzid.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mphf\n\n## Dependencies\n\n- sdsl-lite (git clone https://github.com/simongog/sdsl-lite.git)\n\n## Acknowledgment\n-  BBHash (https://github.com/rizkg/BBHash)\n\n## Install\n\n` make \u0026\u0026 make clean `\n\n## Usage\n\n- indexing abundance k-mer matrix (w/compress)\n  ` ./bin/mphf index [counts.tsv] [hash.bin] [counts.bin] y`\n\n- file format for [counts.tsv] \n ```\n  tag  sample1 ... sampleM\n  \u003ckmer1\u003e  abundance11  ... abundance1M\n    ...\n  \u003ckmerN\u003e abundanceN1 ... abundanceNM\n  ```\n  \n  e.g. \n  ```\n  tag  sample1 sample2 sample3 sample4\n  AAAAAAAAAAAAAAAAAAAAAAAAAAATTAT\t12  78\t11  91\n  CAAAAAAAAAAAAAAAAAAAAAAAAAAAATA\t59  22\t14  78\n  CCCTAAAAAAAAAAAAAAAAAAAAAAAAAAT\t31  52\t11  0\n  ```\n\n- querying k-mer \n  ` ./bin/mphf query [counts.bin] [hash.bin] \u003cnumber of samples\u003e \u003ck-mer\u003e`\n\n## Test\n\n- index\n  `cd test \u0026\u0026 sh index.sh`\n- query\n  `cd test \u0026\u0026 sh query.sh`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbouzid%2Fmphf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbouzid%2Fmphf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbouzid%2Fmphf/lists"}