Skip to content

Commit

Permalink
Update annos_variant.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Nov 18, 2024
1 parent 05b7276 commit 3ceee40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/run/annos_variant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2792,9 +2792,9 @@ pub mod response {
/// Annotations from gnomAD-mtDNA.
pub gnomad_mtdna: Option<GnomadMtdnaRecord>,
/// Annotations from gnomAD-exomes.
pub gnomad_exomes: Option<bool>,
pub gnomad_exomes: Option<GnomadRecord>,
/// Annotations from gnomAD-genomes.
pub gnomad_genomes: Option<bool>,
pub gnomad_genomes: Option<GnomadRecord>,
/// Annotations from HelixMTdb.
pub helixmtdb: Option<HelixMtDbRecord>,
/// Annotations from UCSC conservation.
Expand Down

0 comments on commit 3ceee40

Please sign in to comment.