{"id":31018823,"url":"https://github.com/feldroop/genedex","last_synced_at":"2025-09-13T08:52:01.959Z","repository":{"id":313798550,"uuid":"1051681743","full_name":"feldroop/genedex","owner":"feldroop","description":"A small and fast FM-Index for Rust","archived":false,"fork":false,"pushed_at":"2025-09-08T13:54:44.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-08T15:34:29.513Z","etag":null,"topics":["bioinformatics","data-structures","fmindex","search","sequence-analysis"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/feldroop.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T14:03:43.000Z","updated_at":"2025-09-08T13:54:47.000Z","dependencies_parsed_at":"2025-09-08T15:45:10.150Z","dependency_job_id":null,"html_url":"https://github.com/feldroop/genedex","commit_stats":null,"previous_names":["feldroop/genedex"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/feldroop/genedex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feldroop%2Fgenedex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feldroop%2Fgenedex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feldroop%2Fgenedex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feldroop%2Fgenedex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feldroop","download_url":"https://codeload.github.com/feldroop/genedex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feldroop%2Fgenedex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274942269,"owners_count":25378208,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"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":["bioinformatics","data-structures","fmindex","search","sequence-analysis"],"created_at":"2025-09-13T08:52:00.993Z","updated_at":"2025-09-13T08:52:01.943Z","avatar_url":"https://github.com/feldroop.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# genedex: A Small and Fast FM-Index for Rust\n\nComing soon!\n\n## Possible future extensions:\n\n- API/structure:\n    - better API for construction\n    - better API for alphabets\n    - more alphabets + better test coverage for different alphabets\n    - gate rayon/OpenMP usage behind feature flag (enabled by default)\n- Optimization ideas for existing features:\n    - space optimization for rarely occurring symbols (such as the sentinel and N in the human Genome),\n    - improved build memory usage (maybe a configurable, slower low memory mode): \n        - add u32 saca\n        - BWT view optimization \n        - suffix array, lookup table compression using unconventional int widths (e.g. 33 bit)\n    - paired blocks for less memory usage when using larger alphabets (such as all possible u8 values except 0)\n- Novel features (implementation + API):\n    - bidirectional FM-Index\n    - searches with errors and \"degenerate\" chars as in IUPAC fasta definition (using search schemes)\n    - optimized version for single text without sentinel\n    - text sampled suffix array (maybe with text ids and other annotations),\n    - optimized construction directly from (fasta) file reader\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeldroop%2Fgenedex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeldroop%2Fgenedex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeldroop%2Fgenedex/lists"}