Closed themisteryang closed 2 years ago
@jennyziyi-xu The OSMP server workflow diagram (osmp_2.png - #296) will eventually need to be updated to denote support for gnomAD GRCh38 annotations.
@jennyziyi-xu The OSMP server workflow diagram (osmp_2.png - #296) will eventually need to be updated to denote support for gnomAD GRCh38 annotations.
Ok that's a good point.
Looks good to me! I wasn't able to test locally with our mongodb instance, so we can iron it out in staging.
If you'd like to test the gnomAD GRCh38 annotations locally, you can try a gene from the X chromosome (e.g., PIGA)! The annotations have been uploaded and indexed for it on our local/test MongoDB instance. Chromosomes 1-8 have also been uploaded (but they haven't been indexed yet).
GRCh37ExomeAnnotations
: for GRCh37 exome annotations;GRCh37GenomeAnnotations
: for GRCh37 genome annotations; andGRCh38GenomeAnnotations_chr<chr>
: a separate collection for each of the GRCh38 genome annotation chromosomes.annotations
collection will be retained until the changes from this PR have also been merged intoproduction
, after which it can be dropped.Closes #269