{"id":18583337,"url":"https://github.com/alexpreynolds/kmer-counter-boost","last_synced_at":"2026-04-27T08:32:15.612Z","repository":{"id":75267804,"uuid":"157094468","full_name":"alexpreynolds/kmer-counter-boost","owner":"alexpreynolds","description":"Count canonical kmers with Boost C++ `boost::unordered_map` hash table","archived":false,"fork":false,"pushed_at":"2018-11-11T16:47:38.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T21:32:37.230Z","etag":null,"topics":["bazel","bazel-examples","bioinformatics","boost","cpp","hash-tables","kmer","kmer-counting","kmer-frequency-count"],"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/alexpreynolds.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,"publiccode":null,"codemeta":null}},"created_at":"2018-11-11T15:43:57.000Z","updated_at":"2018-11-11T16:48:34.000Z","dependencies_parsed_at":"2023-06-05T23:30:07.920Z","dependency_job_id":null,"html_url":"https://github.com/alexpreynolds/kmer-counter-boost","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexpreynolds/kmer-counter-boost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpreynolds%2Fkmer-counter-boost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpreynolds%2Fkmer-counter-boost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpreynolds%2Fkmer-counter-boost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpreynolds%2Fkmer-counter-boost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexpreynolds","download_url":"https://codeload.github.com/alexpreynolds/kmer-counter-boost/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpreynolds%2Fkmer-counter-boost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bazel","bazel-examples","bioinformatics","boost","cpp","hash-tables","kmer","kmer-counting","kmer-frequency-count"],"created_at":"2024-11-07T00:21:58.861Z","updated_at":"2026-04-27T08:32:15.573Z","avatar_url":"https://github.com/alexpreynolds.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kmer-counter-boost\n\nThe `kfs` program reads in multiline FASTA records, counts canonical kmers using the [Boost C++ `boost::unordered_map`](https://www.boost.org/) hash table.\n\n## Boost C++\n\nIntegration of the Boost C++ kit requires use of [`bazel`](https://www.bazel.build/), *e.g.*, on OS X:\n\n```\n$ brew cask install homebrew/cask-versions/java8\n$ brew install bazel\n```\n\n## Usage\n\n### Compilation\n\n```\n$ make kfs\n$ make msl\n$ make generate_fasta\n```\n\nThese targets build binaries `bazel-bin/src/kfs`, `bazel-bin/src/msl`, and `bazel-bin/src/generate_fasta`, respectively.\n\n### Test data\n\n```\n$ bazel-bin/src/generate_fasta \u003e test.fa\n```\n\n(Or build the `generate_test_data` target.)\n\n### Performance testing\n\nSpecify variables `K` (integer) and `FASTA` (path to FASTA sequences), before running tests with those variables, *e.g.*:\n\n```\n$ export K=29\n$ export FASTA=test.fa\n$ /usr/bin/time -l bazel-bin/src/kfs -k ${K} -i ${FASTA}\n...\n```\n\nEtc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpreynolds%2Fkmer-counter-boost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexpreynolds%2Fkmer-counter-boost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpreynolds%2Fkmer-counter-boost/lists"}