-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(anvilstaging): Updated anvil staging 1600090785 (#2050)
* copying etlMapping.yaml to staging.theanvil.io * copying manifest.json to staging.theanvil.io * copying manifests/hatchery/hatchery.json to staging.theanvil.io * copying portal/gitops-favicon.ico to staging.theanvil.io * copying portal/gitops-logo.png to staging.theanvil.io * copying portal/gitops.css to staging.theanvil.io * copying portal/gitops.json to staging.theanvil.io * fix etl mapping * fix export url Co-authored-by: Marcelo Costa <marceloc@uchicago.edu>
- Loading branch information
1 parent
be79774
commit 92641b3
Showing
3 changed files
with
139 additions
and
137 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,119 +1,121 @@ | ||
mappings: | ||
- name: staging.theanvil.io_subject | ||
doc_type: subject | ||
type: aggregator | ||
root: subject | ||
props: | ||
- name: submitter_id | ||
- name: project_id | ||
- name: sex | ||
- name: age_value | ||
- name: ancestry | ||
- name: disease_description | ||
- name: phenotype_present | ||
- name: phenotype_absent | ||
- name: disease_id | ||
- name: solve_state | ||
- name: congenital_status | ||
- name: age_of_onset | ||
aggregated_props: | ||
- name: sample_provider | ||
path: samples | ||
src: sample_provider | ||
fn: set | ||
- name: tissue_affected_status | ||
path: samples | ||
src: tissue_affected_status | ||
fn: set | ||
- name: tissue_type | ||
path: samples | ||
src: tissue_type | ||
fn: set | ||
- name: sample_type | ||
path: samples | ||
src: sample_type | ||
fn: set | ||
- name: original_material_type | ||
path: samples | ||
src: original_material_type | ||
fn: set | ||
- name: exome_capture_platform | ||
path: samples.sequencings | ||
src: exome_capture_platform | ||
fn: set | ||
- name: library_prep_kit_method | ||
path: samples.sequencings | ||
src: library_prep_kit_method | ||
fn: set | ||
- name: capture_region_bed_file | ||
path: samples.sequencings | ||
src: capture_region_bed_file | ||
fn: set | ||
- name: reference_genome_build | ||
path: samples.sequencings | ||
src: reference_genome_build | ||
fn: set | ||
- name: sequencing_assay | ||
path: samples.sequencings | ||
src: sequencing_assay | ||
fn: set | ||
- name: alignment_method | ||
path: samples.sequencings | ||
src: alignment_method | ||
fn: set | ||
- name: data_processing_pipeline | ||
path: samples.sequencings | ||
src: data_processing_pipeline | ||
fn: set | ||
- name: _samples_count | ||
path: samples | ||
fn: count | ||
- name: _sequencings_count | ||
path: samples.sequencings | ||
fn: count | ||
joining_props: | ||
- index: file | ||
join_on: subject_id | ||
- name: staging.theanvil.io_subject | ||
doc_type: subject | ||
type: aggregator | ||
root: subject | ||
props: | ||
- name: data_format | ||
src: data_format | ||
fn: set | ||
- name: data_type | ||
src: data_type | ||
fn: set | ||
parent_props: | ||
- path: projects[project_code:code] | ||
- path: projects[project_name:name] | ||
- path: projects[project_dbgap_phs:dbgap_phs] | ||
- path: projects[project_dbgap_consent_text:dbgap_consent_text] | ||
- path: projects[project_short_name:short_name] | ||
- path: projects[project_dbgap_accession_number:dbgap_accession_number] | ||
- name: staging.theanvil.io_file | ||
doc_type: file | ||
type: collector | ||
root: None | ||
category: data_file | ||
props: | ||
- name: project_id | ||
- name: submitter_id | ||
- name: object_id | ||
- name: md5sum | ||
- name: file_name | ||
- name: file_size | ||
- name: data_format | ||
- name: data_type | ||
- name: state | ||
- name: data_category | ||
- name: analyte_type | ||
- name: sequencing_assay | ||
injecting_props: | ||
subject: | ||
props: | ||
- name: subject_id | ||
src: id | ||
- name: submitter_id | ||
- name: project_id | ||
- name: sex | ||
- name: age_value | ||
- name: ancestry | ||
- name: disease_description | ||
- name: phenotype_present | ||
- name: phenotype_absent | ||
- name: disease_id | ||
- name: solve_state | ||
- name: congenital_status | ||
- name: age_of_onset | ||
# flatten_props: | ||
aggregated_props: | ||
- name: sample_provider | ||
path: samples | ||
src: sample_provider | ||
fn: set | ||
- name: subject_submitter_id | ||
src: submitter_id | ||
- name: tissue_affected_status | ||
path: samples | ||
src: tissue_affected_status | ||
fn: set | ||
- name: project_id | ||
- name: tissue_type | ||
path: samples | ||
src: tissue_type | ||
fn: set | ||
- name: sample_type | ||
path: samples | ||
src: sample_type | ||
fn: set | ||
- name: original_material_type | ||
path: samples | ||
src: original_material_type | ||
fn: set | ||
- name: exome_capture_platform | ||
path: samples.sequencings | ||
src: exome_capture_platform | ||
fn: set | ||
- name: library_prep_kit_method | ||
path: samples.sequencings | ||
src: library_prep_kit_method | ||
fn: set | ||
- name: capture_region_bed_file | ||
path: samples.sequencings | ||
src: capture_region_bed_file | ||
fn: set | ||
- name: reference_genome_build | ||
path: samples.sequencings | ||
src: reference_genome_build | ||
fn: set | ||
- name: sequencing_assay | ||
path: samples.sequencings | ||
src: sequencing_assay | ||
fn: set | ||
- name: alignment_method | ||
path: samples.sequencings | ||
src: alignment_method | ||
fn: set | ||
- name: data_processing_pipeline | ||
path: samples.sequencings | ||
src: data_processing_pipeline | ||
fn: set | ||
- name: _samples_count | ||
path: samples | ||
fn: count | ||
- name: _sequencings_count | ||
path: samples.sequencings | ||
fn: count | ||
joining_props: | ||
- index: file | ||
join_on: subject_id | ||
props: | ||
- name: data_format | ||
src: data_format | ||
fn: set | ||
- name: data_type | ||
src: data_type | ||
fn: set | ||
parent_props: | ||
- path: projects[project_code:code] | ||
- path: projects[project_name:name] | ||
- path: projects[project_dbgap_phs:dbgap_phs] | ||
- path: projects[project_dbgap_consent_text:dbgap_consent_text] | ||
- path: projects[project_short_name:short_name] | ||
- path: projects[project_dbgap_accession_number:dbgap_accession_number] | ||
|
||
- name: staging.theanvil.io_file | ||
doc_type: file | ||
type: collector | ||
root: None | ||
category: data_file | ||
props: | ||
- name: project_id | ||
- name: submitter_id | ||
- name: object_id | ||
- name: md5sum | ||
- name: file_name | ||
- name: file_size | ||
- name: data_format | ||
- name: data_type | ||
- name: state | ||
- name: data_category | ||
- name: analyte_type | ||
- name: sequencing_assay | ||
injecting_props: | ||
subject: | ||
props: | ||
- name: subject_id | ||
src: id | ||
fn: set | ||
- name: subject_submitter_id | ||
src: submitter_id | ||
fn: set | ||
- name: project_id | ||
fn: set |
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