Sage-Bionetworks / Genie

Validation and processing of GENIE files
https://genie.synapse.org/
MIT License
12 stars 9 forks source link

[GEN-1076] Exclude genomic_location_explanation from release #548

Closed rxu17 closed 8 months ago

rxu17 commented 8 months ago

Purpose: This is a draft PR. This PR is only allowing in certain release variables (excluding out the genomic_location_explanation and Annotation_Status variables for example) for the full maf csv.

Changes:

Testing:

Depends on #545

rxu17 commented 8 months ago

Also feels like we need to also enforce an expected schema for the full maf file during the end of process_mutation given that we have this new variable genomic_location_explanation.

dpulls[bot] commented 8 months ago

:tada: All dependencies have been resolved !

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

9 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

rxu17 commented 8 months ago

It was decided to just use a list of release variables for the full maf file to subset out the non-release variables.