{"id":15893468,"url":"https://github.com/multimeric/mmcifix","last_synced_at":"2025-04-02T17:43:01.618Z","repository":{"id":85377258,"uuid":"473964359","full_name":"multimeric/mmcifix","owner":"multimeric","description":"Fixes mmCIF protein structure files","archived":false,"fork":false,"pushed_at":"2023-03-24T11:59:19.000Z","size":259,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T05:23:35.149Z","etag":null,"topics":["bioinformatics","crystallography","mmcif","pdb-database","structural-biology"],"latest_commit_sha":null,"homepage":"","language":"Python","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/multimeric.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":"2022-03-25T10:26:28.000Z","updated_at":"2025-02-07T03:21:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"77670b5b-75bd-4fc0-ad8e-d15b5278c240","html_url":"https://github.com/multimeric/mmcifix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2Fmmcifix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2Fmmcifix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2Fmmcifix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2Fmmcifix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multimeric","download_url":"https://codeload.github.com/multimeric/mmcifix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246863835,"owners_count":20846319,"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","crystallography","mmcif","pdb-database","structural-biology"],"created_at":"2024-10-06T08:10:55.016Z","updated_at":"2025-04-02T17:43:01.598Z","avatar_url":"https://github.com/multimeric.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mmcifix\n\nA collection of \"fixer\" functions for mmCIF files that can fix common issues with files in that format\n\n## CLI\n\n```\nUsage: mmcifix [OPTIONS] STRUCTURE\n\n  Fixes one or more issues with an mmCIF file\n\nOptions:\n  --fixer [auth_seq_id|label_seq_id|database_id]\n                                  Apply a fixer\n  --help                          Show this message and exit.\n```\n\n## Python API\n\n```python\nfrom mmcifix import fix_file\n\nwith open(\"some_input.cif\") as in_fp, open(\"some_output.cif\") as out_fp:\n    fix_file(in_file=in_fp, out_file=out_fp, fixers=[\"auth_seq_id\"])\n```\n\n## Changes\n\n### 0.4.0\n\n* Added `FixAltId`, which replaces `?` with `.` in the `label_alt_id`, e.g. for compatibility with arpeggio\n\n### 0.3.0\n\n* Added `FixAsymIdForPdb`, which replaces chain IDs that are invalid for PDB format\n\n### 0.2.1\n\n* Fix bug in `database_id` fixer\n\n### 0.2.0\n\n* Convert all fixers into classes\n* Add `database_id` fixer","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimeric%2Fmmcifix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultimeric%2Fmmcifix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimeric%2Fmmcifix/lists"}