{"id":29016351,"url":"https://github.com/karrlab/rand_wc_model_gen","last_synced_at":"2025-10-15T06:14:53.497Z","repository":{"id":76161388,"uuid":"116310008","full_name":"KarrLab/rand_wc_model_gen","owner":"KarrLab","description":"Generate random whole-cell models","archived":false,"fork":false,"pushed_at":"2021-05-28T16:56:24.000Z","size":1970,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-25T22:08:01.132Z","etag":null,"topics":[],"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/KarrLab.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,"zenodo":null}},"created_at":"2018-01-04T21:36:35.000Z","updated_at":"2021-07-05T17:47:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"71e8cc50-0108-4344-914c-73e4897138cf","html_url":"https://github.com/KarrLab/rand_wc_model_gen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KarrLab/rand_wc_model_gen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarrLab%2Frand_wc_model_gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarrLab%2Frand_wc_model_gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarrLab%2Frand_wc_model_gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarrLab%2Frand_wc_model_gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarrLab","download_url":"https://codeload.github.com/KarrLab/rand_wc_model_gen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarrLab%2Frand_wc_model_gen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708075,"owners_count":26031932,"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-10-06T02:00:05.630Z","response_time":65,"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":[],"created_at":"2025-06-25T22:07:59.666Z","updated_at":"2025-10-07T01:36:03.700Z","avatar_url":"https://github.com/KarrLab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[//]: # ( [![PyPI package](https://img.shields.io/pypi/v/rand_wc_model_gen.svg)](https://pypi.python.org/pypi/rand_wc_model_gen) )\n[![Documentation](https://readthedocs.org/projects/rand_wc_model_gen/badge/?version=latest)](http://docs.karrlab.org/rand_wc_model_gen)\n[![Test results](https://circleci.com/gh/KarrLab/rand_wc_model_gen.svg?style=shield)](https://circleci.com/gh/KarrLab/rand_wc_model_gen)\n[![Test coverage](https://coveralls.io/repos/github/KarrLab/rand_wc_model_gen/badge.svg)](https://coveralls.io/github/KarrLab/rand_wc_model_gen)\n[![Code analysis](https://api.codeclimate.com/v1/badges/a9d32ece26a8d3c363e0/maintainability)](https://codeclimate.com/github/KarrLab/rand_wc_model_gen)\n[![License](https://img.shields.io/github/license/KarrLab/rand_wc_model_gen.svg)](LICENSE)\n![Analytics](https://ga-beacon.appspot.com/UA-86759801-1/rand_wc_model_gen/README.md?pixel)\n\n# rand_wc_model_gen\n\nThe whole-cell model generator generates synthetic whole-cell model descriptions that are used to test downstream components of the whole-cell (WC) modeling pipeline. In particular, these synthetic models can be used to test model description systems and model simulators.\n\nTo test modeling pipeline components, synthetic WC models are better than WC models of real cells for several reasons:\n\n* Synthetic models are scalable\n* Synthetic models can have unusual properties\n* Synthetic models can be generated quickly\n\nThis initial version of the model generator creates reaction network models.\n\n## Installation\n1. Install dependencies\n2. Install this package \n    ```\n    pip install git+https://github.com/KarrLab/wc_utils.git#egg=wc_utils\n    pip install git+https://github.com/KarrLab/obj_tables.git#egg=obj_tables\n    pip install git+https://github.com/KarrLab/wc_kb.git#egg=wc_kb\n    pip install git+https://github.com/KarrLab/wc_lang.git#egg=wc_lang\n    pip install git+https://github.com/KarrLab/wc_analysis.git#egg=wc_analysis\n    pip install git+https://github.com/KarrLab/wc_kb_gen.git#egg=wc_kb_gen\n    pip install git+https://github.com/KarrLab/wc_model_gen.git#egg=wc_model_gen\n    pip install git+https://github.com/KarrLab/wc_sim.git#egg=wc_sim\n    pip install git+https://github.com/KarrLab/wc_test.git#egg=wc_test\n    pip install git+https://github.com/KarrLab/rand_wc_model_gen.git#egg=rand_wc_model_gen\n    ```\n\n## Documentation\nPlease see the [API documentation](http://docs.karrlab.org/rand_wc_model_gen).\n\n## License\nThe build utilities are released under the [MIT license](LICENSE).\n\n## Development team\nThis package was developed by the [Karr Lab](http://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai in New York, USA.\n\n## Questions and comments\nPlease contact the [Karr Lab](http://www.karrlab.org) with any questions or comments.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarrlab%2Frand_wc_model_gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarrlab%2Frand_wc_model_gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarrlab%2Frand_wc_model_gen/lists"}