{"id":22792089,"url":"https://github.com/gabrielramirezv/biopython","last_synced_at":"2026-06-24T03:35:26.074Z","repository":{"id":252008726,"uuid":"839101267","full_name":"gabrielramirezv/BioPython","owner":"gabrielramirezv","description":"Repository for BioPython class, belonging to the Undergraduate Program in Genomic Sciences, UNAM.","archived":false,"fork":false,"pushed_at":"2024-10-29T19:02:06.000Z","size":456,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T17:15:54.498Z","etag":null,"topics":["biopython","entrez","ncbi"],"latest_commit_sha":null,"homepage":"","language":"Python","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/gabrielramirezv.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-08-07T01:18:08.000Z","updated_at":"2024-10-29T19:02:09.000Z","dependencies_parsed_at":"2024-08-07T06:32:26.298Z","dependency_job_id":"9a11df74-08b4-4498-aa7e-16441827103f","html_url":"https://github.com/gabrielramirezv/BioPython","commit_stats":null,"previous_names":["gabrielramirezv/biopython"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabrielramirezv/BioPython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielramirezv%2FBioPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielramirezv%2FBioPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielramirezv%2FBioPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielramirezv%2FBioPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielramirezv","download_url":"https://codeload.github.com/gabrielramirezv/BioPython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielramirezv%2FBioPython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271454821,"owners_count":24762698,"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-08-21T02:00:08.990Z","response_time":74,"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":["biopython","entrez","ncbi"],"created_at":"2024-12-12T03:09:13.295Z","updated_at":"2026-06-24T03:35:21.046Z","avatar_url":"https://github.com/gabrielramirezv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BioPython  \n\n**Gabriel Ramírez Vilchis**  \n\n## Description  \n\nRepository for BioPython class, belonging to the Undergraduate Program in Genomic Sciences, UNAM.  \n\n## Structure  \n\n├── data     # Data files required as input for some scripts\u003c/p\u003e\n├── docs     # Notes documents (.txt, .md)\u003c/p\u003e\n├── results      # Results files generated by the scripts\u003c/p\u003e\n├── src        # Code scripts\u003c/p\u003e\n├── README.md        # Repository description file\u003c/p\u003e\n├── LICENSE.md        # License\u003c/p\u003e\n└── .gitignore            # Files that should be ignored by Git\u003c/p\u003e\n\n## Motivation  \n\nTo have a repository with all the projects and scripts generated during the course _BioPython_ from the Undergraduate Program in Genomic Sciences, to control the versions of these codes, and to collaborate with others in software development. \nThis repository also looks up to develop tools that facilitate the analysis of great ammounts of data in biologic research.\n\n## System requeriments\n\nTo execute the scripts in this repository, you must have the Python interpreter.\n\n## Instalation\n\nAll scripts are available in the repository. If there are additional instalation details, those will be described in the script internal documentation.    \n\n## Quick Start \n\nIn this repository you will find notes from the course _BioPython_, as well as scripts that automate the analysis of biologic data.  \n\n## License  \n\nMIT License\n\nCopyright (c) 2024 Gabriel Ramírez Vilchis\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n(Please, read the LICENSE file in the repository).  \n\n## Support information contact  \n\nFor comments or suggestions, please send an email to: [gramirez@lcg.unam.mx](mailto:gramirez@lcg.unam.mx).  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielramirezv%2Fbiopython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielramirezv%2Fbiopython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielramirezv%2Fbiopython/lists"}