File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,8 +28,24 @@ pip install -e MHCXGraph
2828
2929## Quick Start
3030
31- MHCXGraph is configured via a JSON manifest file. An example is in
32- ` examples/manifests/manifest-minimal.json ` . To run it:
31+ MHCXGraph is configured via a JSON manifest file. Download and extract the examples package:
32+
33+ ** Linux / macOS**
34+ ``` bash
35+ wget https://github.com/cnpem/MHCXGraph/releases/download/0.1.2/examples.tar.gz
36+ tar -xzf examples.tar.gz
37+ ```
38+
39+ ** Windows (PowerShell)**
40+ ``` powershell
41+ Invoke-WebRequest -Uri https://github.com/cnpem/MHCXGraph/releases/download/0.1.2/examples.zip -OutFile examples.zip
42+ Expand-Archive examples.zip
43+ ```
44+
45+ Or download directly: [ Linux/macOS (.tar.gz)] ( https://github.com/cnpem/MHCXGraph/releases/download/0.1.2/examples.tar.gz ) · [ Windows (.zip)] ( https://github.com/cnpem/MHCXGraph/releases/download/0.1.2/examples.zip )
46+
47+ The example manifest is at ` examples/manifests/manifest-minimal.json ` . To run it:
48+
3349``` bash
3450MHCXGraph run examples/manifests/manifest-minimal.json
3551```
You can’t perform that action at this time.
0 commit comments