-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for CMG Sequencing table data #1
Comments
Test comment |
In order to establish uniqueness, based on a quick look at the data, it seems safe to base a sequencing object on the filename. |
First pass is complete with a handful of general assignments, primarily borrowed from the KF docs of similar data. resourceType: Task The majority of the details can be found in either of the input or output arrays. Currently, most of these are simple strings, but they can be switched to codes once we have a clear terminology to use. Which vars go into input vs out is largely arbitrary, but I believe the KF team were thinking along the lines of what goes into the actual genotyping device rather than considering the concept of a black box in which samples go in and final products come out. So, input to the actual pipelines are currently sitting in the output array. Inputs:
Outputs:
|
Closed by accident |
Things have changed since this was originally described, largely as a result of further discussions with the folks from the KF team. For our current use, due to the small number of attributes, all of the input still reasonably apply to the Sequencing Task itself, however, the output has been stripped except for the actual Document Reference, which represents the actual biproduct of the sequencing process. We then attach an Observation onto that Doc Ref which contains various components describing the contents of that document, such as the Reference Sequence, Alignment Method, etc. |
For first round of integration testing with Kids First, we need the priority 1 fields from sequencing (and maybe 2). These fields include:
Priority 1
seq_filename
analyte_type
sequencing_assay
library_prep_kit_method
reference_genome_build
alignment_method
data_processing_pipeline
functional_equivalence_standard
date_data_generation
Priority 2
exome_capture_platform
capture_region_bed_file
Our solution will likely be mostly borrowed from the discussion of kidsfirst-sequence-experiment by the Kids First team
The text was updated successfully, but these errors were encountered: