Skip to content

Commit b46234a

Browse files
committed
GDC Tool Moved. Replaced URLs.
1 parent df14101 commit b46234a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

build/hcmi/02-getHCMIData.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ def ensure_gdc_client():
7171
if not is_tool(tool_name):
7272
print("Downloading gdc-client")
7373
urls = {
74-
"Darwin": 'https://gdc.cancer.gov/files/public/file/gdc-client_v1.6.1_OSX_x64.zip',
75-
"Windows": 'https://gdc.cancer.gov/files/public/file/gdc-client_v1.6.1_Windows_x64.zip',
76-
"Linux": 'https://gdc.cancer.gov/files/public/file/gdc-client_v1.6.1_Ubuntu_x64.zip'
74+
"Darwin": 'https://gdc.cancer.gov/system/files/public/file/gdc-client_2.3_OSX_x64-py3.8-macos-14.zip',
75+
"Windows": 'https://gdc.cancer.gov/system/files/public/file/gdc-client_2.3_Windows_x64-py3.8-windows-2019.zip',
76+
"Linux": 'https://gdc.cancer.gov/system/files/public/file/gdc-client_2.3_Ubuntu_x64-py3.8-ubuntu-20.04.zip'
7777
}
78+
7879
download_tool(urls.get(platform.system()))
7980
else:
8081
print("gdc-client already installed")

0 commit comments

Comments
 (0)