Skip to content

Commit

Permalink
fix generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Feb 17, 2024
1 parent ca6aefd commit 8ff6571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate_curated_lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.11
- name: Python cache
uses: actions/cache@v1
with:
Expand All @@ -36,12 +36,12 @@ jobs:
- name: ontology-processing
run: |
python3 ./tools/ontology-builder/src/curated_lists.py
- name: Commit
run: |
git add ./tools/ontology-builder/src/ontology-references/tissue_general_list.json
git add ./tools/ontology-builder/src/ontology-references/organ_list.json
git add ./tools/ontology-builder/src/ontology-references/cell_class_list.json
git add ./tools/ontology-builder/src/ontology-references/cell_subclass_list.json
git add ./tools/ontology-builder/src/ontology-references/system_list.json
- name: Commit
run: |
git commit -m "AUTO: update curated_lists"
git push
1 change: 0 additions & 1 deletion tools/ontology-builder/src/curated_lists.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#
# # Hand-Curation of Systems and Organs
# ## Tissue Constants
# ### Hand-curated systems.
Expand Down

0 comments on commit 8ff6571

Please sign in to comment.