Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGVF-1977-peak-quantification #1112

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/igvfd/schemas/changelogs/analysis_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### Minor changes since schema version 5

* Extend `input_content_types` enum list to include `peak quantifications`.
* Extend `output_content_types` enum list to include `peak quantifications`.
* Extend `input_content_types` enum list to include `variant localization impacts`.
* Extend `output_content_types` enum list to include `variant localization impacts`.
* Extend `input_content_types` enum list to include `external source data`.
Expand Down
1 change: 1 addition & 0 deletions src/igvfd/schemas/changelogs/tabular_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Minor changes since schema version 12

* Extend `content_type` enum list to include `peak quantifications`.
* Extend `content_type` enum list to include `variant localization impacts`.

### Schema version 12
Expand Down
2 changes: 2 additions & 0 deletions src/igvfd/schemas/tabular_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"loci",
"MPRA sequence designs",
"peaks",
"peak quantifications",
"prime editing guide RNA sequences",
"protein to protein interaction score",
"sample sort parameters",
Expand Down Expand Up @@ -161,6 +162,7 @@
"external source data": "File containing a list of urls used as a source.",
"MPRA sequence designs": "Sequences designed for an MPRA experiment. Formatting should follow https://github.com/IGVF-DACC/checkfiles/blob/dev/src/schemas/table_schemas/mpra_sequence_designs.json.",
"peaks": "Detected genomic regions of relative enrichment in coverage data, such as peaks in ChIP-seq or ATAC-seq indicating protein binding sites or chromatin accessibility.",
"peak quantifications": "The quantified levels of peaks detected in ChIP-seq or ATAC-seq assays.",
"prime editing guide RNA sequences": "The sequences of guide RNAs designed for prime editing CRISPR experiments. Formatting should follow https://github.com/IGVF-DACC/checkfiles/blob/dev/src/schemas/table_schemas/prime_editing_guide_rna_sequences.json.",
"protein to protein interaction score": "Scores or metrics for interactions between proteins.",
"sample sort parameters": "The parameters/quantifications used for sorting biological samples, such as those in flow cytometry.",
Expand Down
19 changes: 19 additions & 0 deletions src/igvfd/tests/data/inserts/tabular_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,24 @@
"assembly": "GRCh38",
"file_set": "IGVFDS3333DDDD",
"controlled_access": false
},
{
"uuid": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"lab": "j-michael-cherry",
"award": "HG012012",
"aliases": [
"igvf:peak_quantifications"
],
"status": "released",
"release_timestamp": "2024-06-09T12:34:56Z",
"md5sum": "17d63c7c831bbcf0637516cc15e694c4",
"file_format": "tsv",
"content_type": "peak quantifications",
"submitted_file_name": "/Users/igvf/igvf_files/peak_quantifications.tsv.gz",
"file_size": 3139,
"upload_status": "validated",
"assembly": "GRCh38",
"file_set": "IGVFDS3333DDDD",
"controlled_access": false
}
]