File tree
6 files changed
+495
-342
lines changed- configs
6 files changed
+495
-342
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
- .devcontainer/Dockerfile+20
- .devcontainer/README.md+31
- .devcontainer/devcontainer.json+17
- .github/workflows/build-and-remove-template.yml+2-2
- .github/workflows/build-containers.yml+1-1
- .github/workflows/test-spras.yml+46-13
- .pre-commit-config.yaml+6-3
- .test_durations+146
- CONTRIBUTING.md-311
- Snakefile+62-16
- _typos.toml+4
- config/config.yaml-2
- config/egfr.yaml-1
- docker-wrappers/OmicsIntegrator1/README.md+1-1
- docker-wrappers/RWR/README.md+1-1
- docker-wrappers/SPRAS/example_config.yaml+7-10
- docker-wrappers/ST_RWR/README.md+1-1
- docs/conf.py+6
- docs/contributing.rst-10
- docs/contributing/index.rst+493
- docs/contributing/maintain.rst+60
- docs/index.rst+2-1
- docs/prms/allpairs.rst+7-1
- docs/prms/bowtiebuilder.rst+11
- docs/prms/domino.rst+7-1
- docs/prms/meo.rst+11-1
- docs/prms/mincostflow.rst+16-1
- docs/prms/oi1.rst+24-2
- docs/prms/oi2.rst+18-2
- docs/prms/pathlinker.rst+14-1
- docs/prms/prms.rst+29
- docs/prms/responsenet.rst+11
- docs/prms/rwr.rst+13
- docs/prms/strwr.rst+12
- environment.yml+32-24
- pyproject.toml+18-17
- spras/allpairs.py+2-4
- spras/analysis/ml.py+3-3
- spras/analysis/summary.py+35-2
- spras/btb.py+3-5
- spras/config/__init__.py
- spras/config/config.py+109-128
- spras/config/schema.py+168
- spras/config/util.py+19
- spras/containers.py+1-1
- spras/dataset.py+9-5
- spras/domino.py+4-6
- spras/evaluation.py+165-79
- spras/meo.py+6-5
- spras/mincostflow.py+5-8
- spras/omicsintegrator1.py+14-6
- spras/omicsintegrator2.py+14-6
- spras/pathlinker.py+3-5
- spras/prm.py+7-1
- spras/responsenet.py+5-9
- spras/rwr.py+3-5
- spras/strwr.py+4-6
- test/AllPairs/test_ap.py+2-2
- test/BowTieBuilder/test_btb.py+13-1
- test/DOMINO/test_domino.py+1-1
- test/LocalNeighborhood/test_ln.py+1-1
- test/MEO/test_meo.py+1-1
- test/MinCostFlow/test_mcf.py+1-1
- test/OmicsIntegrator1/test_oi1.py+1-1
- test/OmicsIntegrator2/test_oi2.py+1-1
- test/PathLinker/test_pathlinker.py+1-1
- test/RWR/test_RWR.py+1-1
- test/ResponseNet/test_rn.py+1-1
- test/ST_RWR/test_STRWR.py+1-1
- test/analysis/expected_output/expected_egfr_summary.txt+10
- test/analysis/expected_output/expected_example_summary.txt+13
- test/analysis/expected_output/test_egfr_summary.txt-10
- test/analysis/expected_output/test_example_summary.txt-13
- test/analysis/input/config.yaml-1
- test/analysis/input/egfr.yaml-1
- test/analysis/test_cytoscape.py+1-1
- test/analysis/test_summary.py+3-3
- test/evaluate/expected/expected-pr-pca-chosen-not-provided.txt
- test/evaluate/expected/expected-pr-per-pathway-empty.txt+2
- test/evaluate/expected/expected-pr-per-pathway.txt+5
- test/evaluate/test_evaluate.py+87-40
- test/ml/expected/expected-pca-coordinates-kde-negated.tsv+7
- test/ml/expected/expected-pca-coordinates-sorted-negated.tsv+5
- test/ml/expected/expected-pca-coordinates-sorted.tsv+5
- test/ml/test_ml.py+10-4
- test/test_config.py+30-6
- test/test_util.py+1-1
0 commit comments