Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alexOarga/findCritical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findCritical

Documentation Status standard-readme compliant

The documentation can be found at readthedocs and can also be downloaded.

Download

Windows

windows-v1.1.0.zip

Linux

linux-v1.1.0.zip

Source

Table of Contents

Install source requirements

CLI/GUI

$ pip3 install -r build/requirements.txt

WEB

$ pip3 install -r main/WEB/requirements.txt

Run

CLI

$ python3 /main/CLI/FindCritical.py [-h] [-v] -i <input file> 
                        [-o <output file>]
                       [-swD <output file>] [-sF <output file>]
                       [-swDF <output file>]
                       
optional arguments:
  -h, --help           show this help message and exit
  -v, --verbose        Print feedback while running.
  -i <input file>      Input metabolic model. Allowed file formats: .xml .json
                       .yml 
  -o <output file>     Output spreadsheet file with results. Allowed file
                       formats: .xls .ods
  -swD <output file>   Save output model without Dead End Metabolites. Allowed
                       file formats: .xml .json .yml 
  -sF <output file>    Save output model with reactions bounds updated with
                       Flux Variability Analysis. Allowed file formats: .xml
                       .json .yml 
  -swDF <output file>  Save output model with reactions bounds updated with
                       Flux Variability Analysis and without Dead End
                       Metabolites. Allowed file formats: .xml .json .yml

GUI

$ python3 main/GUI/run_GUI.py

WEB

$ sudo service redis-server start
#   Change secret-key in 'main/WEB/DjangoProject/settings.py'
$ python3 manage.py runserver

Go to http://127.0.0.1:8000/app/

Maintainers

@alexOarga

Contributing

Feel free to dive in! Open an issue or submit PRs.

Standard Readme follows the Contributor Covenant Code of Conduct.

License

MIT © Alex Oarga

About

A desktop app, web app and CLI to operate and find vulnerabilities in SBML metabolic networks.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published