Skip to content

Commit

Permalink
feat: add "serve pheno" REST API service (#72) (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored May 2, 2023
1 parent 3fd2db4 commit 17c9dd5
Show file tree
Hide file tree
Showing 21 changed files with 2,244 additions and 25 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tests/db/compile/** filter=lfs diff=lfs merge=lfs -text
tests/db/hpo/** filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
toolchain: stable
override: true

- name: Setup protoc
uses: arduino/[email protected]

- uses: Swatinem/[email protected]
if: ${{ steps.release.outputs.release_created }}

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install flatbuffers
uses: ./.github/actions/install-flatbuffers

- name: Setup protoc
uses: arduino/[email protected]

- name: Check format
run: |
flatc -o target/flatbuffers --rust src/world.fbs
Expand All @@ -47,6 +50,9 @@ jobs:
- name: Install flatbuffers
uses: ./.github/actions/install-flatbuffers

- name: Setup protoc
uses: arduino/[email protected]

- name: Lint with clippy
uses: actions-rs/clippy-check@v1
with:
Expand All @@ -70,6 +76,9 @@ jobs:
- name: Install flatbuffers
uses: ./.github/actions/install-flatbuffers

- name: Setup protoc
uses: arduino/[email protected]

- uses: Swatinem/[email protected]

- name: Run cargo-tarpaulin
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*.json

## Text Editors

/.vscode
Expand Down
Loading

0 comments on commit 17c9dd5

Please sign in to comment.