Skip to content

Commit

Permalink
updated shortTandemRepeatFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
bw2 committed Oct 31, 2024
1 parent 5a60d32 commit 92573a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions browser/src/__factories__/ShortTandemRepeat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ const shortTandemRepeatFactory = Factory.define<ShortTandemRepeat>(({ params, as
sex: 'XY',
repunit: 'ACCA',
quality_description: 'medium-low',
q_score: 0.6,
q_score: '0.6',
distribution: [
{ repunit_count: 3, frequency: 12 },
{ repunit_count: 4, frequency: 123 },
{ repunit_count: 3, frequency: 12, colorByValue: 'low' },
{ repunit_count: 4, frequency: 123, colorByValue: 'high' },
],
},
],
Expand All @@ -49,7 +49,7 @@ const shortTandemRepeatFactory = Factory.define<ShortTandemRepeat>(({ params, as
short_allele_repunit: 'ACCA',
long_allele_repunit: 'GATA',
quality_description: 'high',
q_score: 1.0,
q_score: '1.0',
distribution: [
{ short_allele_repunit_count: 8, long_allele_repunit_count: 9, frequency: 15 },
{ short_allele_repunit_count: 8, long_allele_repunit_count: 10, frequency: 19 },
Expand Down

0 comments on commit 92573a3

Please sign in to comment.