{"id":23057349,"url":"https://github.com/applicativesystem/go-alignment-block-genotyper-edna","last_synced_at":"2025-04-03T06:12:36.403Z","repository":{"id":262142620,"uuid":"863712325","full_name":"applicativesystem/go-alignment-block-genotyper-eDNA","owner":"applicativesystem","description":"desining block alignment geneotyper tags based on the whole genome alignment or gene alignment for phylogenomics","archived":false,"fork":false,"pushed_at":"2024-09-29T07:44:19.000Z","size":5894,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-16T02:12:08.289Z","etag":null,"topics":["bioinformatics","edna","environmental-dna","genome-analysis","genotyping-by-sequencing","golang-application","hybseq-data"],"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/applicativesystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-09-26T19:17:26.000Z","updated_at":"2024-09-30T08:07:48.000Z","dependencies_parsed_at":"2024-11-10T20:18:25.266Z","dependency_job_id":"0e6129c3-349c-44db-ac44-45be1e576273","html_url":"https://github.com/applicativesystem/go-alignment-block-genotyper-eDNA","commit_stats":null,"previous_names":["applicativesystem/go-alignment-block-genotyper-edna"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applicativesystem%2Fgo-alignment-block-genotyper-eDNA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applicativesystem%2Fgo-alignment-block-genotyper-eDNA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applicativesystem%2Fgo-alignment-block-genotyper-eDNA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applicativesystem%2Fgo-alignment-block-genotyper-eDNA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applicativesystem","download_url":"https://codeload.github.com/applicativesystem/go-alignment-block-genotyper-eDNA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237864014,"owners_count":19378257,"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":["bioinformatics","edna","environmental-dna","genome-analysis","genotyping-by-sequencing","golang-application","hybseq-data"],"created_at":"2024-12-16T02:12:04.105Z","updated_at":"2025-02-08T19:44:57.213Z","avatar_url":"https://github.com/applicativesystem.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golang-alignment-block-genotyper\n\n- etxracting the upstream and the downstream of the block alignment. \n- extract specific regions upstream and downstream of the block alignment for genotyper tags. \n- given an alignment either from the whole genome alignment or the gene alignment and given an start and the end estimates, it will extract the upstream and the downstream of that given block to work on the genotyper tags. \n- This is especially when you are dealing with the HybSeq data for the eDNA environmenttal DNA sequencing tags.\n\n```\n[gauravsablok@ultramarine]~/Desktop/codecreatede/golang/golang-alignment-block-genotyper-eDNA% \\\ngo run main.go -a ./samplefile/samplealignment.fasta -s 6 -e 10 -u 4 -d 4\nThis is the alignment block that has been extracted\n\u003eENA|OX291461|OX291461.1         TC--\nThis is the alignment block that has been extracted\n\u003eENA|OX291509|OX291509.1         --TC\nThese are the upstream and the downstream blocks for the chosen block including the block\n\u003eENA|OX291461|OX291461.1         ACTATC----TC\n\u003eENA|OX291509|OX291509.1         TC----TC----\nThe upstream from the given position till the start is given below:\n\u003eENA|OX291461|OX291461.1         ACTA\n\u003eENA|OX291509|OX291509.1         TC--\nThe downstream from the end to the given downstream coordinate is given below:\n\u003eENA|OX291461|OX291461.1         --TC\n\u003eENA|OX291509|OX291509.1         ----\n```\n\n- binary version \n\n```\n[gauravsablok@ultramarine]~/Desktop/codecreatede/golang/golang-alignment-block-genotyper% \\\n./alignment-block-gentoyper -a ./samplefile/samplealignment.fasta -s 6 -e 10 -u 4 -d 4\nThis is the alignment block that has been extracted\n\u003eENA|OX291461|OX291461.1         TC--\nThis is the alignment block that has been extracted\n\u003eENA|OX291509|OX291509.1         --TC\nThese are the upstream and the downstream blocks for the chosen block including the block\n\u003eENA|OX291461|OX291461.1         ACTATC----TC\n\u003eENA|OX291509|OX291509.1         TC----TC----\nThe upstream from the given position till the start is given below:\n\u003eENA|OX291461|OX291461.1         ACTA\n\u003eENA|OX291509|OX291509.1         TC--\nThe downstream from the end to the given downstream coordinate is given below:\n\u003eENA|OX291461|OX291461.1         --TC\n\u003eENA|OX291509|OX291509.1         ----\n\n```\nGaurav Sablok\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplicativesystem%2Fgo-alignment-block-genotyper-edna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplicativesystem%2Fgo-alignment-block-genotyper-edna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplicativesystem%2Fgo-alignment-block-genotyper-edna/lists"}