Skip to content

Commit a1cb1e3

Browse files
committed
Update cool-seq-tool init script
1 parent 4fb700d commit a1cb1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clinvar_gk_pilot/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,10 @@ def partition_file_lines_gz(local_file_path_gz: str, partitions: int) -> List[st
389389
def initialize_variation_normalizer_ref_data():
390390
"""Download and import the variation normalizer reference data script at runtime"""
391391
# URL to the script
392-
script_url = "https://raw.githubusercontent.com/GenomicMedLab/variation-normalizer-manuscript/issue-116/analysis/download_cool_seq_tool_files.py"
392+
script_url = "https://raw.githubusercontent.com/GenomicMedLab/variation-normalizer-manuscript/a5b4f40e696c3c607e770e48e66efcf03a56336f/analysis/download_cool_seq_tool_files.py"
393393

394394
# Download the script
395-
response = requests.get(script_url, timeout=30)
395+
response = requests.get(script_url, timeout=10)
396396
response.raise_for_status()
397397

398398
# Create a temporary file and write the script content

0 commit comments

Comments
 (0)