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

ENCD-6111-add-compartments-output-type #4082

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/encoded/schemas/analysis_step.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"chromatin interactions",
"chromosomes reference",
"chromosome sizes",
"compartments",
"consensus DNase hypersensitivity sites",
"conservative IDR thresholded peaks",
"control normalized signal",
Expand Down Expand Up @@ -311,6 +312,7 @@
"chromatin interactions",
"chromosomes reference",
"chromosome sizes",
"compartments",
"consensus DNase hypersensitivity sites",
"conservative IDR thresholded peaks",
"control normalized signal",
Expand Down
1 change: 1 addition & 0 deletions src/encoded/schemas/changelogs/analysis_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Added *genome compartment identification* to the enum list for *analysis_step_types*
* Added *sparse peak count matrix* to the enum lists for *input_file_types* and *output_file_types*
* Added *functional conservation quantifications* to the enum lists for *input_file_types* and *output_file_types*
* Added *compartments* to the enum lists for *input_file_types* and *output_file_types*

### Schema version 15
* *input_file_types*, *output_file_types* enums *blacklisted regions* and *mitochondria blacklisted regions* were replaced by *exclusion list regions* and *mitochondrial exclusion list regions* respectively
Expand Down
1 change: 1 addition & 0 deletions src/encoded/schemas/changelogs/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Added *fragments* to the enum list for *output_type*, the new output type is to be submitted as tar.gz only
* Added *sparse peak count matrix* to the enum list for *output_type*
* Added *functional conservation quantifications* to the enum list for *output_type*
* Added *compartments* to the enum list for *output_type*

### Schema version 29
* Added Ultima Genomics platform to dependency that enforces that *read_length* property should not be specified for FASTQ files produced by Oxford Nanopore and PacBio platforms.
Expand Down
2 changes: 2 additions & 0 deletions src/encoded/schemas/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,7 @@
"chromatin interactions",
"chromosomes reference",
"chromosome sizes",
"compartments",
"consensus DNase hypersensitivity sites",
"curated binding sites",
"curated SNVs",
Expand Down Expand Up @@ -2359,6 +2360,7 @@
"unidirectional peaks": "annotation",
"polyA sites": "annotation",
"functional conservation quantifications": "annotation",
"compartments": "annotation",

"transcriptome reference": "reference",
"transcriptome index": "reference",
Expand Down
17 changes: 17 additions & 0 deletions src/encoded/tests/data/inserts/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -4745,5 +4745,22 @@
"output_type": "functional conservation quantifications",
"lab": "/labs/richard-myers/",
"aliases": ["hongkai-ji:human_elements_scored_file"]
},
{
"_test": "Hi-C compartments",
"status": "in progress",
"submitted_file_name": "hi-c_compartments.bed.gz",
"uuid": "9ddfc5b8-2e9c-4ba2-a8b4-e5a0897a32cc",
"submitted_by": "[email protected]",
"md5sum": "9ddfc5b806a832272e691bd4e2bb622a",
"accession": "ENCFF333HIC",
"file_format": "bigWig",
"award": "/awards/U54HG006998/",
"assembly": "GRCh38",
"dataset": "/experiments/ENCSR000AJK/",
"file_size": 18000000,
"output_type": "compartments",
"lab": "/labs/richard-myers/",
"aliases": ["erez-aiden:hi-c_compartments"]
}
]