Skip to content

Commit

Permalink
Patch/new terms with linter (#292)
Browse files Browse the repository at this point in the history
* changes to metadata

* deleted assays added previously

* Update annotationProperty.csv

* Update annotationProperty.csv

* Update File_Format.csv

* Update annotationProperty.csv

* Update annotationProperty.csv

* Update annotationProperty.csv

* Update Assay.csv

* Update Assay.csv

* Update annotationProperty.csv

* Update File_Format.csv

* Reorganize utils and add linter

* Update ci workflow

* Challenge linter with incorrect update

* Fix, resolve #209

* Build jsonld

---------

Co-authored-by: cconrad8 <[email protected]>
Co-authored-by: Christina Conrad <[email protected]>
Co-authored-by: nf-osi[bot] <[email protected]>
  • Loading branch information
4 people authored May 19, 2023
1 parent e65b415 commit 182c37c
Show file tree
Hide file tree
Showing 11 changed files with 1,003 additions and 869 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/schematic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,24 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt-get install -y pip python3.8-venv libcurl4-openssl-dev
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository


- name: Lint source in modules
shell: bash
run: |
bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
FILES=$(git diff --name-only ${{ github.event.pull_request.head.ref }} origin/main -- modules/)
bb utils/lint.clj --files ${FILES}
- name: Install other deps for schematic
run: |
sudo apt-get update
sudo apt-get install -y pip python3.8-venv libcurl4-openssl-dev
- name: Install schematic and convert schema
shell: bash
run: |
Expand Down
23 changes: 13 additions & 10 deletions NF.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 182c37c

Please sign in to comment.