Skip to content

Commit

Permalink
Merge pull request #251 from Ferlab-Ste-Justine/fix/clin-2536
Browse files Browse the repository at this point in the history
fix: CLIN-2536 fix configs for new datasets
  • Loading branch information
meek0 authored Dec 12, 2024
2 parents d038195 + 97f7620 commit 1e45acb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions datalake-spark3/src/main/resources/reference_kf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ datalake {
},
{
format=VCF
id="raw_gnomad_genomes_v4"
id="raw_gnomad_genomes_v3"
keys=[]
loadtype=OverWrite
partitionby=[]
path="/release/4.1/vcf/genomes/gnomad.genomes.v4.1.sites.chr[^M]*.vcf.bgz"
path="/release/3.1/vcf/genomes/gnomad.genomes.v3.1.sites.chr[^M]*.vcf.bgz"
readoptions {
flattenInfoFields="true"
"split_multiallelics"="true"
}
storageid=gnomadv4
storageid=gnomad
writeoptions {
"created_on_column"="created_on"
"is_current_column"="is_current"
Expand All @@ -63,11 +63,11 @@ datalake {
},
{
format=VCF
id="raw_gnomad_genomes_v3"
id="raw_gnomad_genomes_v4"
keys=[]
loadtype=OverWrite
partitionby=[]
path="/release/3.1/vcf/genomes/gnomad.genomes.v3.1.sites.chr[^M]*.vcf.bgz"
path="/release/4.1/vcf/genomes/gnomad.genomes.v4.1.sites.chr[^M]*.vcf.bgz"
readoptions {
flattenInfoFields="true"
"split_multiallelics"="true"
Expand Down Expand Up @@ -880,7 +880,7 @@ datalake {
partitionby=[
chromosome
]
path="/public/gnomad_genomes_4"
path="/public/gnomad_genomes_v4"
readoptions {}
storageid="public_database"
table {
Expand Down
14 changes: 7 additions & 7 deletions datalake-spark3/src/test/resources/config/reference_kf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ datalake {
},
{
format=VCF
id="raw_gnomad_genomes_v4"
id="raw_gnomad_genomes_v3"
keys=[]
loadtype=OverWrite
partitionby=[]
path="/release/4.1/vcf/genomes/gnomad.genomes.v4.1.sites.chr[^M]*.vcf.bgz"
path="/release/3.1/vcf/genomes/gnomad.genomes.v3.1.sites.chr[^M]*.vcf.bgz"
readoptions {
flattenInfoFields="true"
"split_multiallelics"="true"
}
storageid=gnomadv4
storageid=gnomad
writeoptions {
"created_on_column"="created_on"
"is_current_column"="is_current"
Expand All @@ -63,11 +63,11 @@ datalake {
},
{
format=VCF
id="raw_gnomad_genomes_v3"
id="raw_gnomad_genomes_v4"
keys=[]
loadtype=OverWrite
partitionby=[]
path="/release/3.1/vcf/genomes/gnomad.genomes.v3.1.sites.chr[^M]*.vcf.bgz"
path="/release/4.1/vcf/genomes/gnomad.genomes.v4.1.sites.chr[^M]*.vcf.bgz"
readoptions {
flattenInfoFields="true"
"split_multiallelics"="true"
Expand Down Expand Up @@ -885,7 +885,7 @@ datalake {
storageid="public_database"
table {
database=variant
name="gnomad_genomes_v3"
name="gnomad_genomes_v4"
}
view {
database="variant_live"
Expand All @@ -898,7 +898,7 @@ datalake {
"valid_from_column"="valid_from"
"valid_to_column"="valid_to"
}
}
},
{
format=DELTA
id="normalized_human_genes"
Expand Down

0 comments on commit 1e45acb

Please sign in to comment.