{"id":25014317,"url":"https://github.com/gregoryv/align","last_synced_at":"2025-06-16T08:33:47.258Z","repository":{"id":57511686,"uuid":"121558447","full_name":"gregoryv/align","owner":"gregoryv","description":"Needleman and Wunsh sequence alignment algorithm","archived":false,"fork":false,"pushed_at":"2023-11-18T15:43:56.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T05:13:17.664Z","etag":null,"topics":["align","golang","needleman","sequence"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregoryv.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","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-02-14T20:35:16.000Z","updated_at":"2023-11-18T13:46:47.000Z","dependencies_parsed_at":"2024-06-20T11:57:33.379Z","dependency_job_id":"79733924-b8b9-49ff-98ed-4acd55e85d8b","html_url":"https://github.com/gregoryv/align","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gregoryv/align","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Falign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Falign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Falign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Falign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoryv","download_url":"https://codeload.github.com/gregoryv/align/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Falign/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260126623,"owners_count":22962664,"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":["align","golang","needleman","sequence"],"created_at":"2025-02-05T07:19:04.895Z","updated_at":"2025-06-16T08:33:47.237Z","avatar_url":"https://github.com/gregoryv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/gregoryv/align.svg?branch=master)](https://travis-ci.org/gregoryv/align)\n[![codecov](https://codecov.io/gh/gregoryv/align/branch/master/graph/badge.svg)](https://codecov.io/gh/gregoryv/align)\n[![Maintainability](https://api.codeclimate.com/v1/badges/26244c26015ebba7f5f0/maintainability)](https://codeclimate.com/github/gregoryv/align/maintainability)\n\n[align](https://godoc.org/github.com/gregoryv/align) - Implements Needleman and Wunsh alignment algorithm\n\nDetailed description is found at [wikipedia Needleman-Wunsch_algorithm](https://en.wikipedia.org/wiki/Needleman%E2%80%93Wunsch_algorithm)\n\n## Fuzzy match example\n\n    a := \"GCATGCUAAAAAAA\"\n    b := \"GATTACAAAAAAAABBB\"\n    if align.Compare(a, b) \u003e 0.7 {\n        fmt.Println(\"similar enough\")\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Falign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoryv%2Falign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Falign/lists"}