Skip to content

Commit

Permalink
liftover config edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ncherric committed Aug 25, 2023
1 parent 1d53fde commit 6548347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/rules/liftoverTo37.smk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rule final_liftover:
output:
liftedVCF="data/liftover/{version}/liftedOver.{name}.vcf",
params:
refAssemblyVersion=config['Liftover']['desiredVersion'],
refAssemblyVersion=config['LiftoverSub']['desiredVersion'],
shell:
"""
mkdir -p data/liftover/{params.refAssemblyVersion}
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/liftoverTo38.smk
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ rule final_liftover:
output:
liftedVCF="data/liftover/{version}/liftedOver.{name}.vcf",
params:
refAssemblyVersion=config['Liftover']['desiredVersion'],
refAssemblyVersion=config['LiftoverSub']['desiredVersion'],
shell:
"""
mkdir -p data/liftover/{params.refAssemblyVersion}
Expand Down

0 comments on commit 6548347

Please sign in to comment.