Skip to content

Commit

Permalink
IDC supports local download
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib committed Mar 7, 2024
1 parent 3cfa739 commit fdef2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmcib/utils/idc_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def download_from_manifest(df, save_dir, samples):
None
"""
# Instantiates a client
storage_client = storage.Client()
storage_client = storage.Client.create_anonymous_client()
logger.info("Downloading DICOM data from IDC (Imaging Data Commons) ...")
(save_dir / "dicom").mkdir(exist_ok=True, parents=True)

Expand Down

0 comments on commit fdef2a5

Please sign in to comment.