{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":55410078,"defaultBranch":"main","name":"seqan3","ownerLogin":"seqan","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-04-04T12:39:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1752144?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1709580994.0","currentOid":""},"activityList":{"items":[{"before":"21c7d04fb74151d6a01e74203eff0712d42ed190","after":"1b672ad3b57788680ec31978fc7c746f9b237c7f","ref":"refs/heads/main","pushedAt":"2024-06-08T14:07:22.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3257 from eseiler/infra/clang-18\n\n[FIX] clang-18","shortMessageHtmlLink":"Merge pull request #3257 from eseiler/infra/clang-18"}},{"before":"41a17ad84058e3c771efe0f2d10764c31f121583","after":"21c7d04fb74151d6a01e74203eff0712d42ed190","ref":"refs/heads/main","pushedAt":"2024-05-31T11:49:00.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3248 from eseiler/misc/refine_tags\n\n[MISC] Refine unknown tag handling (HD/PG)","shortMessageHtmlLink":"Merge pull request #3248 from eseiler/misc/refine_tags"}},{"before":"bcc142e425fd6d201c207827e4bec2a072c47d06","after":"41a17ad84058e3c771efe0f2d10764c31f121583","ref":"refs/heads/main","pushedAt":"2024-05-31T10:44:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Refactor selection of Myers' bitparallel edit distance algorithm. (#3254)\n\n* [FEATURE] Add Hamming distance scoring scheme.\r\n\r\nThis scheme is alphabet agnostic and used to trigger the myers' bitparallel algorithm to compute the edit distance.\r\nIt is a special case of the DP alignment algorithm where the score for a substitution is 0 if the characters are equal and -1 otherwise.\r\n\r\n* [TEST] Fixes test design by not relying on matrix_size of scoring scheme which is implementation detail and actually not required by the scoring scheme concept.\r\n\r\n* [FEATURE] Switch to the new hamming distance scoring scheme to configure Myers' bitparallel edit distance computation.\r\n\r\nNow the edit distance is selected internally if the hamming scheme was used explicitly and if the gap scheme gives -1 for extending and 0 for opening a gap.\r\nThe edit distance can now be used independent of the alphabet type and is not bound to seqans nucleotide scoring schemes.\r\nSince the recommended way to enable the fast bitparallel algorithm is to use the `align_cfg::edit_scheme` configuration element, the majority of user code should work without noticing the internal changes made to the configuration.\r\n\r\n* [NOP] Refactors check to enable Myers' bitparallel edit distance algorithm.\r\n\r\nIt makes more sense to skip the runtime checks if the compiler already knows that no Myers' bitparallel edit distance cannot be used.\r\n\r\n* [MISC] automatic linting\r\n\r\n* Adds hamming scoring scheme to all header of scoring module.\r\n\r\n* Adds missing platform header.\r\n\r\n* Adapt documentation, tutorial, and snippets to new hamming scoring scheme.\r\n\r\n* [FIX] Fixes wrong default for internal affine gap policy in alignment algorithm.\r\n\r\nDuring configruation we check if the gap scheme is set and if not use the default gap scheme with `gap open = 0` and `gap extension = -1`. But this default gap scheme is ignored and was later set to -10 and -1 in the alignment gap policy.\r\nThis commit fixes this, to keep the defaults consistent.\r\n\r\n* [MISC] automatic linting\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Enrico Seiler \r\n\r\n* [MISC] automatic linting\r\n\r\n---------\r\n\r\nCo-authored-by: seqan-actions[bot] \r\nCo-authored-by: Enrico Seiler ","shortMessageHtmlLink":"Refactor selection of Myers' bitparallel edit distance algorithm. (#3254"}},{"before":"f489f67d9aaa6e72dc42c59a1e5ef8fc27fec9d6","after":"bcc142e425fd6d201c207827e4bec2a072c47d06","ref":"refs/heads/main","pushedAt":"2024-05-07T09:11:07.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3252 from eseiler/fix/include\n\n[FIX] Missing include","shortMessageHtmlLink":"Merge pull request #3252 from eseiler/fix/include"}},{"before":"83ef0e99cc84a98314fdf6bf2664d62263020c37","after":null,"ref":"refs/heads/dependabot/github_actions/fsfe/reuse-action-3","pushedAt":"2024-03-04T19:36:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"fee3fb8e5976b455e848dd68c57f64fd3f67c3c2","after":"f489f67d9aaa6e72dc42c59a1e5ef8fc27fec9d6","ref":"refs/heads/main","pushedAt":"2024-03-04T19:36:26.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3249 from seqan/dependabot/github_actions/fsfe/reuse-action-3\n\nBump fsfe/reuse-action from 2 to 3","shortMessageHtmlLink":"Merge pull request #3249 from seqan/dependabot/github_actions/fsfe/re…"}},{"before":null,"after":"83ef0e99cc84a98314fdf6bf2664d62263020c37","ref":"refs/heads/dependabot/github_actions/fsfe/reuse-action-3","pushedAt":"2024-03-04T19:05:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump fsfe/reuse-action from 2 to 3\n\nBumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 2 to 3.\n- [Release notes](https://github.com/fsfe/reuse-action/releases)\n- [Commits](https://github.com/fsfe/reuse-action/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: fsfe/reuse-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump fsfe/reuse-action from 2 to 3"}},{"before":"6ee6b211b678dc36286fc93f2c3fd9aebbca130c","after":"fee3fb8e5976b455e848dd68c57f64fd3f67c3c2","ref":"refs/heads/main","pushedAt":"2024-02-29T14:27:03.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3247 from eseiler/doc/tag_throw\n\n[DOC] unknown tags will not throw","shortMessageHtmlLink":"Merge pull request #3247 from eseiler/doc/tag_throw"}},{"before":"3fbe4035f5fff15bbea05d27f926160255708fca","after":"6ee6b211b678dc36286fc93f2c3fd9aebbca130c","ref":"refs/heads/main","pushedAt":"2024-02-29T13:48:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"seqan-actions","name":"seqan-actions[bot]","path":"/seqan-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99598026?s=80&v=4"},"commit":{"message":"[MISC] Update cookbook","shortMessageHtmlLink":"[MISC] Update cookbook"}},{"before":"c44d090addb93180d36a67b481c161ed2bdc464e","after":"3fbe4035f5fff15bbea05d27f926160255708fca","ref":"refs/heads/main","pushedAt":"2024-02-29T13:48:09.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3246 from eseiler/feature/sam_warnings\n\n[FEATURE] Allow setting warning stream for sam file","shortMessageHtmlLink":"Merge pull request #3246 from eseiler/feature/sam_warnings"}},{"before":"5de81328051664aa0c5865dd7d73d68ad8ae7756","after":"c44d090addb93180d36a67b481c161ed2bdc464e","ref":"refs/heads/main","pushedAt":"2024-02-28T13:07:18.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3244 from eseiler/misc/improve_error\n\n[MISC] Improve error message when using kmer_hash_view with invalid shapes","shortMessageHtmlLink":"Merge pull request #3244 from eseiler/misc/improve_error"}},{"before":"3e634569e4264fd7b97db5172f0a54217b08609d","after":"5de81328051664aa0c5865dd7d73d68ad8ae7756","ref":"refs/heads/main","pushedAt":"2024-02-28T12:43:42.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3245 from eseiler/misc/remove_gcc14\n\n[MISC] Remove gcc14 workaround","shortMessageHtmlLink":"Merge pull request #3245 from eseiler/misc/remove_gcc14"}},{"before":"0acc8e3b6fac5ac1fa180e33046fd433f0f9d686","after":"3e634569e4264fd7b97db5172f0a54217b08609d","ref":"refs/heads/main","pushedAt":"2024-02-28T10:34:22.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3243 from SGSSGene/fix/doc/max_number_of_1s\n\nfix,doc: condition of the max number of 1s inside a shape.","shortMessageHtmlLink":"Merge pull request #3243 from SGSSGene/fix/doc/max_number_of_1s"}},{"before":"a1997ca006c83380a3290f8d68c27e197e781bc5","after":"0acc8e3b6fac5ac1fa180e33046fd433f0f9d686","ref":"refs/heads/main","pushedAt":"2024-02-27T18:25:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3241 from eseiler/fix/gcc\n\n[MISC] gcc 14 workaorund","shortMessageHtmlLink":"Merge pull request #3241 from eseiler/fix/gcc"}},{"before":"0146855f7789cf5fc010d5fc1b7a52488e9558c8","after":"a1997ca006c83380a3290f8d68c27e197e781bc5","ref":"refs/heads/main","pushedAt":"2024-02-27T12:54:34.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3240 from eseiler/fix/cpp23\n\n[FIX] CPP23","shortMessageHtmlLink":"Merge pull request #3240 from eseiler/fix/cpp23"}},{"before":"ffabe95327e99f954db0cf116ce189b36284c49d","after":"0146855f7789cf5fc010d5fc1b7a52488e9558c8","ref":"refs/heads/main","pushedAt":"2024-02-23T11:28:26.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3238 from SGSSGene/doc/fix_bgzf_thread_count\n\ndoc,fix: variable bgzf_thread_count is no longer static","shortMessageHtmlLink":"Merge pull request #3238 from SGSSGene/doc/fix_bgzf_thread_count"}},{"before":"2ddce9d2240de60a3148069ee613f9cd16306618","after":"ffabe95327e99f954db0cf116ce189b36284c49d","ref":"refs/heads/main","pushedAt":"2024-02-08T14:25:59.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3234 from eseiler/infra/doc\n\n[DOC] Improve version selector","shortMessageHtmlLink":"Merge pull request #3234 from eseiler/infra/doc"}},{"before":"521062c7cc7ddd1e6094a4055bab6f706e18f3bf","after":"2ddce9d2240de60a3148069ee613f9cd16306618","ref":"refs/heads/main","pushedAt":"2024-02-07T13:26:08.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3233 from eseiler/infra/check_markdown\n\n[INFRA] Check markdown files for doxygen","shortMessageHtmlLink":"Merge pull request #3233 from eseiler/infra/check_markdown"}},{"before":"92d81ef5d46f4e4a2ee64a4449b179fd31e8add4","after":null,"ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4","pushedAt":"2024-02-05T23:30:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"92d81ef5d46f4e4a2ee64a4449b179fd31e8add4","ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4","pushedAt":"2024-02-05T19:53:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump codecov/codecov-action from 3 to 4\n\nBumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump codecov/codecov-action from 3 to 4"}},{"before":"45897e6678e7854068ede997ffd8982b4a07547f","after":"521062c7cc7ddd1e6094a4055bab6f706e18f3bf","ref":"refs/heads/main","pushedAt":"2024-01-30T18:32:36.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3231 from eseiler/fix/doc\n\n[FIX] Documentation","shortMessageHtmlLink":"Merge pull request #3231 from eseiler/fix/doc"}},{"before":"dc7f41c7db26334a554f528ad3a89def063b65c2","after":"45897e6678e7854068ede997ffd8982b4a07547f","ref":"refs/heads/main","pushedAt":"2024-01-30T15:49:00.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3230 from eseiler/infra/rename_to_main\n\n[INFRA] Rename master to main","shortMessageHtmlLink":"Merge pull request #3230 from eseiler/infra/rename_to_main"}},{"before":"dc7f41c7db26334a554f528ad3a89def063b65c2","after":null,"ref":"refs/heads/master","pushedAt":"2024-01-30T13:46:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"}},{"before":null,"after":"dc7f41c7db26334a554f528ad3a89def063b65c2","ref":"refs/heads/main","pushedAt":"2024-01-30T13:46:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"[INFRA] Add IntelLLVM CI (#3225)\n\n* [INFRA] Add IntelLLVM CI\r\n\r\n* [FIX] optimization error\r\n\r\n* [INFRA] Also run snippet + performance for IntelLLVM","shortMessageHtmlLink":"[INFRA] Add IntelLLVM CI (#3225)"}},{"before":"5c321ec93e39dab549dd1d20f7dcd4b322d7ec9a","after":"dc7f41c7db26334a554f528ad3a89def063b65c2","ref":"refs/heads/master","pushedAt":"2024-01-30T12:22:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"[INFRA] Add IntelLLVM CI (#3225)\n\n* [INFRA] Add IntelLLVM CI\r\n\r\n* [FIX] optimization error\r\n\r\n* [INFRA] Also run snippet + performance for IntelLLVM","shortMessageHtmlLink":"[INFRA] Add IntelLLVM CI (#3225)"}},{"before":"31fc76ea1f2e271a0821eb244e2ba249a2312330","after":"5c321ec93e39dab549dd1d20f7dcd4b322d7ec9a","ref":"refs/heads/master","pushedAt":"2024-01-30T11:20:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"[MISC] Switch to SPDX headers (#3229)\n\n* patch: introducing spdx headers\r\n\r\n* fix: adjusting update_copyright.sh to SPDX headers\r\n\r\n* patch: update copyright year number\r\n\r\n* feat: add CI for licensing checking\r\n\r\n* fix: remove executable bit from files, that shouldn't have it\r\n\r\n* fix: minor include order error\r\n\r\n* fix: git submodules, thx @eseiler","shortMessageHtmlLink":"[MISC] Switch to SPDX headers (#3229)"}},{"before":"809402e87b4152e5bfd7b5fca1ba796869bb2d4e","after":null,"ref":"refs/heads/dependabot/github_actions/peter-evans/create-or-update-comment-4","pushedAt":"2024-01-29T20:27:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"62ca76d334228c66af4c21d7fc0159059e6163ff","after":"31fc76ea1f2e271a0821eb244e2ba249a2312330","ref":"refs/heads/master","pushedAt":"2024-01-29T20:27:28.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3228 from seqan/dependabot/github_actions/peter-evans/create-or-update-comment-4\n\nBump peter-evans/create-or-update-comment from 3 to 4","shortMessageHtmlLink":"Merge pull request #3228 from seqan/dependabot/github_actions/peter-e…"}},{"before":null,"after":"809402e87b4152e5bfd7b5fca1ba796869bb2d4e","ref":"refs/heads/dependabot/github_actions/peter-evans/create-or-update-comment-4","pushedAt":"2024-01-29T19:49:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump peter-evans/create-or-update-comment from 3 to 4\n\nBumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4.\n- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)\n- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: peter-evans/create-or-update-comment\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump peter-evans/create-or-update-comment from 3 to 4"}},{"before":"713939a987aedd8b3f555e29d2ce8e47ead5b56b","after":"62ca76d334228c66af4c21d7fc0159059e6163ff","ref":"refs/heads/master","pushedAt":"2024-01-25T15:22:48.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"eseiler","name":"Enrico Seiler","path":"/eseiler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12967715?s=80&v=4"},"commit":{"message":"Merge pull request #3226 from eseiler/infra/update_doc_deploy\n\n[INFRA] Update documentation directory","shortMessageHtmlLink":"Merge pull request #3226 from eseiler/infra/update_doc_deploy"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEX_GI0gA","startCursor":null,"endCursor":null}},"title":"Activity · seqan/seqan3"}