File tree Expand file tree Collapse file tree 2 files changed +2892
-2823
lines changed Expand file tree Collapse file tree 2 files changed +2892
-2823
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import styled from 'styled-components'
3
3
4
- import { ExternalLink , PageHeading } from '@gnomad/ui'
4
+ import { Badge , ExternalLink , PageHeading } from '@gnomad/ui'
5
5
6
6
import Link from '../Link'
7
7
@@ -63,6 +63,21 @@ const DataPage = () => {
63
63
</ TableOfContentsSection >
64
64
65
65
< TextSection >
66
+ < div >
67
+ < Badge level = "warning" > Warning</ Badge > Access to gnomAD data in{ ' ' }
68
+ < ExternalLink href = "https://learn.microsoft.com/en-us/azure/open-datasets/dataset-gnomad" >
69
+ Azure Open Datasets
70
+ </ ExternalLink > { ' ' }
71
+ will be deprecated on August 15. Consider transitioning to accessing gnomAD data in{ ' ' }
72
+ < ExternalLink href = "https://cloud.google.com/public-datasets" >
73
+ Google Cloud Public Datasets
74
+ </ ExternalLink > { ' ' }
75
+ or the{ ' ' }
76
+ < ExternalLink href = "https://registry.opendata.aws/" >
77
+ Registry of Open Data on AWS
78
+ </ ExternalLink >
79
+ .
80
+ </ div >
66
81
< div >
67
82
< SectionTitle id = "summary" theme = { { type : 'datasets' } } >
68
83
Summary
You can’t perform that action at this time.
0 commit comments