11[ ![ PyPI - Version] ( https://badge.fury.io/py/PEtab-GUI.svg )] ( https://pypi.org/project/PEtab-GUI/ )
22[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.15355753.svg )] ( https://doi.org/10.5281/zenodo.15355753 )
33
4- # PEtabGUI
4+ # PEtab-GUI
55
6- PEtabGUI provides a graphical user interface to inspect and edit parameter
6+ PEtab-GUI provides a graphical user interface to inspect and edit parameter
77estimation problems encoded in the
88[ PEtab] ( https://petab.readthedocs.io/en/latest/# ) format.
99
1010## Installation
1111
1212### From PyPI
1313
14- To install PEtabGUI from [ PyPI] ( https://pypi.org/project/PEtab-GUI/ ) , run:
14+ To install PEtab-GUI from [ PyPI] ( https://pypi.org/project/PEtab-GUI/ ) , run:
1515
1616``` bash
1717pip install petab_gui
1818```
1919
20- or, to install PEtabGUI in a dedicated virtual environment using
20+ or, to install PEtab-GUI in a dedicated virtual environment using
2121[ pipx] ( https://github.com/pypa/pipx ) (to be installed separately), run:
2222
2323``` bash
@@ -29,15 +29,15 @@ pipx install petab_gui
2929To install the latest development version from GitHub, run:
3030
3131``` bash
32- pip install git+https://github.com/PEtab-dev/PEtabGUI /
32+ pip install git+https://github.com/PEtab-dev/PEtab-GUI /
3333```
3434
3535### From a local copy
3636
37371 . Clone the repository:
3838
3939 ``` bash
40- git clone https://github.com/PEtab-dev/PEtabGUI .git
40+ git clone https://github.com/PEtab-dev/PEtab-GUI .git
4141 ```
4242
43432 . Install the package from the root of the working tree:
@@ -48,14 +48,14 @@ pip install git+https://github.com/PEtab-dev/PEtabGUI/
4848
4949## Usage
5050
51- After installation, launch PEtabGUI from the command line using the
51+ After installation, launch PEtab-GUI from the command line using the
5252` petab_gui ` command.
5353
5454Optionally, you can provide the path to an existing PEtab YAML file
5555as an argument.
5656
57- After loading a PEtab problem, PEtabGUI will look something like this:
58- ![ PEtabGUI Screenshot] ( https://raw.githubusercontent.com/PEtab-dev/PEtabGUI/screenshot /docs/source/_static/Application_Screenshot.png )
57+ After loading a PEtab problem, PEtab-GUI will look something like this:
58+ ![ PEtab-GUI Screenshot] ( https://raw.githubusercontent.com/PEtab-dev/PEtab-GUI/main /docs/source/_static/Application_Screenshot.png )
5959
6060### Examples
6161
@@ -64,13 +64,13 @@ A set of real-world PEtab problems is available in the
6464
6565Download and unpack the [ archive] ( https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/archive/refs/heads/master.zip ) ,
6666then open one of the YAML files inside ` Benchmark-Models/*/ ` using
67- PEtabGUI .
67+ PEtab-GUI .
6868` Benchmark-Models/Boehm_JProteomeRes2014/Boehm_JProteomeRes2014.yaml `
6969should serve as a good starting point.
7070
7171## Features
7272
73- The PEtabGUI provides a Python-based graphical user interface that simplifies
73+ The PEtab-GUI provides a Python-based graphical user interface that simplifies
7474the creation, editing, and validation of PEtab parameter estimation problems.
7575
7676- ** Unified Environment**
0 commit comments