Skip to content

Commit

Permalink
Merge pull request #1162 from virtualcell/1161-simularium-zarr
Browse files Browse the repository at this point in the history
save finite volume simulation results as zarr
  • Loading branch information
jcschaff committed May 6, 2024
2 parents cacf7ac + 9d27c45 commit 78bebaf
Show file tree
Hide file tree
Showing 20 changed files with 4,504 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
poetry install
poetry run python -m pytest
- name: build vcelldata package
run: |
cd pythonData
poetry install
poetry run python -m pytest
- name: setup java 17 with maven cache
uses: actions/setup-java@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
poetry install
poetry run python -m pytest
- name: build vcelldata package
run: |
cd pythonData
poetry install
poetry run python -m pytest
- name: Setup Java for Build
uses: actions/setup-java@v2
with:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
poetry install
poetry run python -m pytest
- name: build vcelldata package
run: |
cd pythonData
poetry install
poetry run python -m pytest
- name: setup java 17 with maven cache
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -148,6 +154,12 @@ jobs:
poetry install
poetry run python -m pytest
- name: build vcelldata package
run: |
cd pythonData
poetry install
poetry run python -m pytest
- name: setup java 17 with maven cache
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -225,6 +237,12 @@ jobs:
poetry install
poetry run python -m pytest
- name: build vcelldata package
run: |
cd pythonData
poetry install
poetry run python -m pytest
- name: setup java 17 with maven cache
uses: actions/setup-java@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/nightly-model-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
poetry install
poetry run python -m pytest
- name: build vcelldata package
run: |
cd pythonData
poetry install
poetry run python -m pytest
- name: setup java 17 with maven cache
uses: actions/setup-java@v3
with:
Expand Down
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,15 @@ webapp-ng/.nx/
localsolvers/mac64/GNUSparseFile.0/

webapp-ng/.nvmrc

pythonData/test_data/SimID_946368938_0__0.simtask.xml
pythonData/test_data/SimID_946368938_0_.functions
pythonData/test_data/SimID_946368938_0_.fvinput
pythonData/test_data/SimID_946368938_0_.hdf5
pythonData/test_data/SimID_946368938_0_.mesh
pythonData/test_data/SimID_946368938_0_.meshmetrics
pythonData/test_data/SimID_946368938_0_.subdomains
pythonData/test_data/SimID_946368938_0_.vcg
pythonData/test_data/SimID_946368938_mathmodel.vcml

pythonData/test_data/zarr/
1 change: 1 addition & 0 deletions pythonData/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
readme ... coming soon

0 comments on commit 78bebaf

Please sign in to comment.