diff --git a/str/indel_locus_extractor.py b/str/indel_locus_extractor.py index 813677ac..a10afe7f 100644 --- a/str/indel_locus_extractor.py +++ b/str/indel_locus_extractor.py @@ -14,13 +14,10 @@ import hail as hl import click -from cpg_utils.config import get_config from cpg_utils.hail_batch import output_path, init_batch from cpg_workflows.batch import get_batch -config = get_config() - def indel_coordinate_extractor(file_path, gcs_path): init_batch()