Skip to content

Commit d821c3a

Browse files
committed
feat(browser): update AoU databrowser link
1 parent 605c159 commit d821c3a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

browser/src/VariantPage/ReferenceList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const ReferenceList = ({ variant }: Props) => {
7171
const ucscURL = `https://genome.ucsc.edu/cgi-bin/hgTracks?db=${ucscReferenceGenomeId}&highlight=${ucscReferenceGenomeId}.chr${chrom}%3A${pos}-${
7272
pos + (ref.length - 1)
7373
}&position=chr${chrom}%3A${pos - 25}-${pos + (ref.length - 1) + 25}`
74-
const allOfUsURL = `https://databrowser.researchallofus.org/variants/${variant.variant_id}`
74+
const allOfUsURL = `https://databrowser.researchallofus.org/snvsindels/${variant.variant_id}`
7575

7676
return (
7777
// @ts-expect-error TS(2746) FIXME: This JSX tag's 'children' prop expects a single ch... Remove this comment to see the full error message

browser/src/VariantPage/__snapshots__/VariantPage.spec.tsx.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ exports[`VariantPage with the dataset "gnomad_r3" has no unexpected changes 1`]
659659
>
660660
<a
661661
className="Link-sc-14lgydv-0 Link__ExternalLink-sc-14lgydv-1 haNmsP"
662-
href="https://databrowser.researchallofus.org/variants/13-123-A-C"
662+
href="https://databrowser.researchallofus.org/snvsindels/13-123-A-C"
663663
rel="noopener noreferrer"
664664
target="_blank"
665665
>
@@ -10599,7 +10599,7 @@ exports[`VariantPage with the dataset "gnomad_r3_controls_and_biobanks" has no u
1059910599
>
1060010600
<a
1060110601
className="Link-sc-14lgydv-0 Link__ExternalLink-sc-14lgydv-1 haNmsP"
10602-
href="https://databrowser.researchallofus.org/variants/13-123-A-C"
10602+
href="https://databrowser.researchallofus.org/snvsindels/13-123-A-C"
1060310603
rel="noopener noreferrer"
1060410604
target="_blank"
1060510605
>
@@ -20542,7 +20542,7 @@ exports[`VariantPage with the dataset "gnomad_r3_non_cancer" has no unexpected c
2054220542
>
2054320543
<a
2054420544
className="Link-sc-14lgydv-0 Link__ExternalLink-sc-14lgydv-1 haNmsP"
20545-
href="https://databrowser.researchallofus.org/variants/13-123-A-C"
20545+
href="https://databrowser.researchallofus.org/snvsindels/13-123-A-C"
2054620546
rel="noopener noreferrer"
2054720547
target="_blank"
2054820548
>
@@ -30485,7 +30485,7 @@ exports[`VariantPage with the dataset "gnomad_r3_non_neuro" has no unexpected ch
3048530485
>
3048630486
<a
3048730487
className="Link-sc-14lgydv-0 Link__ExternalLink-sc-14lgydv-1 haNmsP"
30488-
href="https://databrowser.researchallofus.org/variants/13-123-A-C"
30488+
href="https://databrowser.researchallofus.org/snvsindels/13-123-A-C"
3048930489
rel="noopener noreferrer"
3049030490
target="_blank"
3049130491
>
@@ -40428,7 +40428,7 @@ exports[`VariantPage with the dataset "gnomad_r3_non_topmed" has no unexpected c
4042840428
>
4042940429
<a
4043040430
className="Link-sc-14lgydv-0 Link__ExternalLink-sc-14lgydv-1 haNmsP"
40431-
href="https://databrowser.researchallofus.org/variants/13-123-A-C"
40431+
href="https://databrowser.researchallofus.org/snvsindels/13-123-A-C"
4043240432
rel="noopener noreferrer"
4043340433
target="_blank"
4043440434
>
@@ -50371,7 +50371,7 @@ exports[`VariantPage with the dataset "gnomad_r3_non_v2" has no unexpected chang
5037150371
>
5037250372
<a
5037350373
className="Link-sc-14lgydv-0 Link__ExternalLink-sc-14lgydv-1 haNmsP"
50374-
href="https://databrowser.researchallofus.org/variants/13-123-A-C"
50374+
href="https://databrowser.researchallofus.org/snvsindels/13-123-A-C"
5037550375
rel="noopener noreferrer"
5037650376
target="_blank"
5037750377
>

0 commit comments

Comments
 (0)