File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ [ ![ PyPI - Version] ( https://badge.fury.io/py/PEtab-GUI.svg )] ( pypi.org/project/PEtab-GUI/ )
12[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.15355753.svg )] ( https://doi.org/10.5281/zenodo.15355753 )
2- # PEtabGUI
33
4+ # PEtabGUI
45
56PEtabGUI provides a graphical user interface to inspect and edit parameter
67estimation problems encoded in the
@@ -16,6 +17,13 @@ To install PEtabGUI from [PyPI](https://pypi.org/project/PEtab-GUI/), run:
1617pip install petab_gui
1718```
1819
20+ or, to install PEtabGUI in a dedicated virtual environment using
21+ [ pipx] ( https://github.com/pypa/pipx ) (to be installed separately), run:
22+
23+ ``` bash
24+ pipx install petab_gui
25+ ```
26+
1927### From GitHub
2028
2129To install the latest development version from GitHub, run:
@@ -46,6 +54,17 @@ After installation, launch PEtabGUI from the command line using the
4654Optionally, you can provide the path to an existing PEtab YAML file
4755as an argument.
4856
57+ ### Examples
58+
59+ A set of real-world PEtab problems is available in the
60+ [ PEtab benchmark collection] ( https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab ) .
61+
62+ Download and unpack the [ archive] ( https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/archive/refs/heads/master.zip ) ,
63+ then open one of the YAML files inside ` Benchmark-Models/*/ ` using
64+ PEtabGUI.
65+ ` Benchmark-Models/Boehm_JProteomeRes2014/Boehm_JProteomeRes2014.yaml `
66+ should serve as a good starting point.
67+
4968## Features
5069
5170The PEtabGUI provides a Python-based graphical user interface that simplifies
You can’t perform that action at this time.
0 commit comments