Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct /awesome queries to v4 by default #1674

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions browser/src/DataPage/GnomadV4Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ const GnomadV4Downloads = () => {
<p>
For more information about these files, see our{' '}
<Link to="https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables">
https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables/ changelog
entry
changelog entry
</Link>{' '}
on the browser tables, and the <Link to="/help/v4-browser-hts">help text</Link>.
</p>
Expand Down
2 changes: 1 addition & 1 deletion browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7436,7 +7436,7 @@ exports[`Data Page has no unexpected changes 1`] = `
href="https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables"
onClick={[Function]}
>
https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables/ changelog entry
changelog entry
</a>

on the browser tables, and the
Expand Down
2 changes: 1 addition & 1 deletion browser/src/SearchRedirectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import StatusMessage from './StatusMessage'
import { fetchSearchResults } from './search'
import useRequest from './useRequest'

const defaultSearchDataset = 'gnomad_r2_1'
const defaultSearchDataset = 'gnomad_r4'

type SearchRedirectProps = {
query: string
Expand Down
Loading