-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* work in progress on entity constraints querying * basic logic sketched in * fixing linting error * very unfinished, need to review entity constraint endpoint documentation further * architected, testing, definitely broken * at least one existing test passing, need to run all + design new tests * added testing * still testing, lots of edge cases * messy code, will tidy up * removed unnecessary code * fixing formatting errors * putting enums where they belong * forgot a file * need to fix my linter * made sample constraints work I hope * working on tests * fixed broken test * removed testing from dataset file, hopefully fixed requirements-dev install * testing fixing action * second testing fixing actions * changes to fixtures from assaytype endpoint; fixing globus_token mistake * fixing malformed constraints endpoint query * removing breakpoint * fixing sample checking logic error * removing breakpoint again * fixing adding dataset sub_type to SchemaVersion.entity_type_info * fixing the same query URL mistake in test file * updating test output with line number changes Co-authored-by: gesinaphillips <[email protected]>
- Loading branch information
1 parent
b42126e
commit de58a30
Showing
26 changed files
with
890 additions
and
194 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
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 @@ | ||
{"assaytype": {"CODEX": {"assaytype": "CODEX", "contains-pii": false, "dataset-type": "CODEX", "description": "CODEX", "dir-schema": "codex-v1", "primary": true, "tbl-schema": "codex-v0", "vitessce-hints": []}, "SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNARE-seq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {}} | ||
{"assaytype": {"CODEX": {"assaytype": "CODEX", "contains-pii": false, "dataset-type": "CODEX", "description": "CODEX", "dir-schema": "codex-v1", "primary": true, "tbl-schema": "codex-v0", "vitessce-hints": []}, "SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNAREseq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {}} |
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 @@ | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNARE-seq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNAREseq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} |
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 @@ | ||
{"assaytype": {"scRNAseq-10xGenomics": {"assaytype": "scRNAseq-10xGenomics-v3", "contains-pii": true, "dataset-type": "RNAseq", "description": "scRNA-seq (10x Genomics v3)", "dir-schema": "scrnaseq-v0", "primary": true, "tbl-schema": "scrnaseq-v0", "vitessce-hints": []}}, "validation": {"scRNAseq-10xGenomics-v3": {}, "contributors": {}}} | ||
{"assaytype": {"scRNAseq-10xGenomics": {"assaytype": "scRNAseq-10xGenomics-v3", "contains-pii": true, "dataset-type": "RNAseq", "description": "RNAseq (10x Genomics v3)", "dir-schema": "scrnaseq-v0", "primary": true, "tbl-schema": "scrnaseq-v0", "vitessce-hints": []}}, "validation": {"scRNAseq-10xGenomics-v3": {}, "contributors": {}}} |
2 changes: 1 addition & 1 deletion
2
examples/dataset-examples/good-scatacseq-metadata-v0/fixtures.json
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 @@ | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNARE-seq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNAREseq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} |
2 changes: 1 addition & 1 deletion
2
examples/dataset-examples/good-scatacseq-metadata-v1/fixtures.json
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 @@ | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNARE-seq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v1", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNAREseq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v1", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} |
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 @@ | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNARE-seq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNAREseq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} |
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 @@ | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNARE-seq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} | ||
{"assaytype": {"SNARE-seq2": {"assaytype": "SNARE-ATACseq2", "contains-pii": true, "dataset-type": "ATACseq", "description": "snATACseq (SNAREseq2)", "dir-schema": "scatacseq-v0", "primary": true, "tbl-schema": "scatacseq-v0", "vitessce-hints": []}}, "validation": {"SNARE-ATACseq2": {}, "contributors": {}}} |
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 |
---|---|---|
|
@@ -4,5 +4,6 @@ flake8==6.1.0 | |
isort==5.13.2 | ||
mypy==0.790 | ||
pandas==2.0.1 | ||
parameterized==0.9.0 | ||
pip-tools==7.3.0 | ||
pytest==5.4.1 |
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
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.