We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7200c21 commit 02e5e8dCopy full SHA for 02e5e8d
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,9 @@ jobs:
7
matrix:
8
os: [Ubuntu-latest, windows-latest, macos-latest]
9
fail-fast: false
10
-
+ defaults:
11
+ run:
12
+ working-directory: ./seed_inference_tutorial
13
steps:
14
- uses: actions/checkout@v4
15
- name: Set up Python
@@ -19,7 +21,6 @@ jobs:
19
21
python -m pip install --upgrade pip
20
22
pip install seed2lp
23
pip install git+https://github.com/cfrioux/NetSeedPy.git@main
- cd seed_inference_tutorial
24
- run: seed2lp network sbml/toy-model.xml sbml-norm/ -wf
25
- run: netseedpy --sbml sbml-norm/toy-model.xml --format enumeration --max 100
26
- run: seed2lp target sbml/toy-model.xml results/s2lp/toy-model/ -so reasoning -m subsetmin -nbs 5 -tl 10 --accumulation
0 commit comments