-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove deprecated ontology processing code (#818)
- Loading branch information
1 parent
bc86a51
commit 36e0ec6
Showing
35 changed files
with
68 additions
and
3,023 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name: Updates to Ontology Files | ||
name: Updates to GENCODE Files | ||
|
||
on: | ||
push: | ||
paths: | ||
- '**/cellxgene_schema_cli/cellxgene_schema/ontology_files/gene_info.yml' | ||
- '**/cellxgene_schema_cli/cellxgene_schema/ontology_files/owl_info.yml' | ||
- '**/cellxgene_schema_cli/cellxgene_schema/gencode_files/gene_info.yml' | ||
branches-ignore: | ||
- main | ||
|
||
|
@@ -16,19 +15,10 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
- name: ontology changes | ||
uses: dorny/paths-filter@v2 | ||
id: filter | ||
with: | ||
filters: | | ||
owl_info: | ||
- 'cellxgene_schema_cli/cellxgene_schema/ontology_files/owl_info.yml' | ||
gene_info: | ||
- 'cellxgene_schema_cli/cellxgene_schema/ontology_files/gene_info.yml' | ||
- name: Set up Python 3.8 | ||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v1 | ||
with: | ||
python-version: 3.8 | ||
python-version: "3.10" | ||
- name: Python cache | ||
uses: actions/cache@v1 | ||
with: | ||
|
@@ -43,21 +33,14 @@ jobs: | |
run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
- name: owl-processing | ||
if: ${{ steps.filter.outputs.owl_info == 'true' }} | ||
run: | | ||
make download-ontologies -C cellxgene_schema_cli | ||
git add ./cellxgene_schema_cli/cellxgene_schema/ontology_files/all_ontology.json.gz | ||
- name: gene-processing | ||
if: ${{ steps.filter.outputs.gene_info == 'true' }} | ||
run: | | ||
make gene-processing -C cellxgene_schema_cli | ||
git add ./cellxgene_schema_cli/cellxgene_schema/ontology_files/genes_*.csv.gz | ||
git add ./cellxgene_schema_cli/cellxgene_schema/ontology_files/*_diff.txt | ||
- name: Commit | ||
if: ${{ steps.filter.outputs.gene_info == 'true' || steps.filter.outputs.owl_info == 'true' }} | ||
run: | | ||
git commit -m "AUTO: update ontologies" | ||
git commit -m "AUTO: update gencode files" | ||
git push | ||
unit-tests: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "5.0.0" | ||
__version__ = "5.0.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...xgene_schema/ontology_files/gene_info.yml → ...lxgene_schema/gencode_files/gene_info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed
BIN
-12.7 MB
cellxgene_schema_cli/cellxgene_schema/ontology_files/all_ontology.json.gz
Binary file not shown.
39 changes: 0 additions & 39 deletions
39
cellxgene_schema_cli/cellxgene_schema/ontology_files/owl_info.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.