File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments