{"id":21481587,"url":"https://github.com/alexoarga/findcritical","last_synced_at":"2025-03-17T09:14:30.640Z","repository":{"id":37616028,"uuid":"228259335","full_name":"alexOarga/findCritical","owner":"alexOarga","description":"A desktop app, web app and CLI to operate and find vulnerabilities in SBML metabolic networks. ","archived":false,"fork":false,"pushed_at":"2022-12-27T15:34:27.000Z","size":6554,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T18:49:31.433Z","etag":null,"topics":["cobra","metabolic-models","sbml"],"latest_commit_sha":null,"homepage":"https://findcritical.readthedocs.io/en/latest/","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/alexOarga.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}},"created_at":"2019-12-15T22:01:38.000Z","updated_at":"2020-04-07T20:47:26.000Z","dependencies_parsed_at":"2023-01-31T05:30:53.941Z","dependency_job_id":null,"html_url":"https://github.com/alexOarga/findCritical","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexOarga%2FfindCritical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexOarga%2FfindCritical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexOarga%2FfindCritical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexOarga%2FfindCritical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexOarga","download_url":"https://codeload.github.com/alexOarga/findCritical/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006393,"owners_count":20382443,"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":["cobra","metabolic-models","sbml"],"created_at":"2024-11-23T12:27:10.587Z","updated_at":"2025-03-17T09:14:30.622Z","avatar_url":"https://github.com/alexOarga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# findCritical\n\n[![Documentation Status](https://readthedocs.org/projects/findcritical/badge/?version=latest\u0026style=flat-square)](https://findcritical.readthedocs.io/en/latest/?badge=latest)\t\t[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\nThe documentation can be found at [readthedocs](https://findcritical.readthedocs.io/en/latest/) and can also be [downloaded](https://readthedocs.org/projects/findcritical/downloads/).\n\n# Download\n### Windows\n[windows-v1.1.0.zip](https://github.com/alexOarga/findCritical/releases/download/v1.1.0/windows-v1.1.0.zip)\n### Linux\n[linux-v1.1.0.zip](https://github.com/alexOarga/findCritical/releases/download/v1.1.0/linux-v1.1.0.zip)\n\n# Source\n## Table of Contents\n- [Install source requirements](#install-source-requirements)\n \t- [CLI/GUI](#cligui)\n \t- [WEB](#WEB)\n- [Run](#Run)\n \t- [CLI](#CLI)\n \t- [GUI](#GUI)\n \t- [WEB](#web-1)\n- [Maintainers](#maintainers)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Install source requirements\n\n### CLI/GUI\n```sh\n$ pip3 install -r build/requirements.txt\n```\n\n### WEB\n```sh\n$ pip3 install -r main/WEB/requirements.txt\n```\n\n## Run\n### CLI\n```sh\n$ python3 /main/CLI/FindCritical.py [-h] [-v] -i \u003cinput file\u003e \n                        [-o \u003coutput file\u003e]\n                       [-swD \u003coutput file\u003e] [-sF \u003coutput file\u003e]\n                       [-swDF \u003coutput file\u003e]\n                       \noptional arguments:\n  -h, --help           show this help message and exit\n  -v, --verbose        Print feedback while running.\n  -i \u003cinput file\u003e      Input metabolic model. Allowed file formats: .xml .json\n                       .yml \n  -o \u003coutput file\u003e     Output spreadsheet file with results. Allowed file\n                       formats: .xls .ods\n  -swD \u003coutput file\u003e   Save output model without Dead End Metabolites. Allowed\n                       file formats: .xml .json .yml \n  -sF \u003coutput file\u003e    Save output model with reactions bounds updated with\n                       Flux Variability Analysis. Allowed file formats: .xml\n                       .json .yml \n  -swDF \u003coutput file\u003e  Save output model with reactions bounds updated with\n                       Flux Variability Analysis and without Dead End\n                       Metabolites. Allowed file formats: .xml .json .yml\n```\n\n### GUI\n```\n$ python3 main/GUI/run_GUI.py\n```\n### WEB\n```\n$ sudo service redis-server start\n#   Change secret-key in 'main/WEB/DjangoProject/settings.py'\n$ python3 manage.py runserver\n```\nGo to http://127.0.0.1:8000/app/\n\n## Maintainers\n\n[@alexOarga](https://github.com/alexOarga)\n\n## Contributing\n\nFeel free to dive in! [Open an issue](https://github.com/alexOarga/findCritical/issues/new) or submit PRs.\n\nStandard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.\n\n## License\n\n[MIT](LICENSE) © Alex Oarga\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexoarga%2Ffindcritical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexoarga%2Ffindcritical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexoarga%2Ffindcritical/lists"}