File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -389,10 +389,10 @@ def partition_file_lines_gz(local_file_path_gz: str, partitions: int) -> List[st
389389def 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
You can’t perform that action at this time.
0 commit comments