Skip to content

Commit

Permalink
Make v4 the default short variant for v4 SVs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsolo1 committed Oct 30, 2023
1 parent 70de25a commit cf660b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset-metadata/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const extractShortVariantDatasetId = (datasetId: DatasetId): DatasetId => {
return 'gnomad_r2_1'
}

return 'gnomad_r3'
return 'gnomad_r4'
}

const extractStructuralVariantDatasetId = (datasetId: DatasetId): DatasetId => {
Expand Down

0 comments on commit cf660b1

Please sign in to comment.