-
Notifications
You must be signed in to change notification settings - Fork 1
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
GREGoR Processing #92
Comments
👍 I suspect that searches run against GREGoR will require different software than searches against gnomAD, so we can probably break that up conceptually. The latter could even be more of a stretch goal if necessary -- if we're running of time and just need a demo, we could always just manually construct them and leave it as a proof of concept -- but could also be generalizable beyond this project (I am not sure how much additional work we'd need to do on top of the existing gnomad utils). From Tuesday's discussion, I think a parquet file/flat file encompassing just the patient ID/VRS data and maybe some quality parameters for filtering would be the fixture against which a gregor search variation method would run. At least, this is what I've been working on since we spoke, so someone can speak up if I'm running off in the wrong direction. |
Notes 9/17:
https://github.com/ga4gh/va-spec/ https://github.com/broadinstitute/gnomad_methods - a search exists here Assumption: |
Re. remote indexing, the following works in the AnVIL env
|
GREGoR next steps
Use Case:
Test Driven Development:
Fixtures:
Methods:
vcf2phenotype
vcf2caf
caf-search
Method Construction
Acceptance:
The text was updated successfully, but these errors were encountered: