Skip to content

Commit

Permalink
Add faf95_joint to variant factory
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsolo1 committed Oct 31, 2023
1 parent 663a988 commit 5e384ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions browser/src/__factories__/Variant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ const variantFactory = Factory.define<Variant>(({ params, associations }) => {
clinvar = null,
coverage = { exome: null, genome: null },
transcript_consequences = [],
faf95_joint = {
popmax: 1,
popmax_population: 'nfe',
},
} = associations
return {
reference_genome,
Expand All @@ -109,6 +113,7 @@ const variantFactory = Factory.define<Variant>(({ params, associations }) => {
non_coding_constraint,
rsids,
colocated_variants,
faf95_joint,
transcript_consequences,
coverage,
liftover,
Expand Down

0 comments on commit 5e384ca

Please sign in to comment.