Skip to content

Commit

Permalink
turn on hail and fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Stuckey committed Nov 4, 2024
1 parent 21930e7 commit 4d2fb18
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from hail.vds import read_vds

from cpg_utils import to_path
from cpg_utils.hail_batch import init_batch
from metamist.apis import AnalysisApi
from metamist.models import Analysis, AnalysisStatus

Expand All @@ -33,6 +34,7 @@ def main(vds: str, dataset: str):
vds (str): The existing VDS that needs to be registered
dataset (str): The project / dataset to register the analysis in
"""
init_batch()
aapi = AnalysisApi()
am = Analysis(
type='combiner',
Expand Down

0 comments on commit 4d2fb18

Please sign in to comment.