An open API service indexing awesome lists of open source software.

https://github.com/imagingdatacommons/tcia_download

Download TCIA collections to GCS (CORE REPO)
https://github.com/imagingdatacommons/tcia_download

core-repo

Last synced: about 1 year ago
JSON representation

Download TCIA collections to GCS (CORE REPO)

Awesome Lists containing this project

README

          

# tcia_download
Download TCIA collections to GCS

-Run
-dsub_run.sh initiates dsub execution, driven by the tasks in task.tsv

-clone_collection.py does any cleanup necessary from previous runs, then calls helpers/cloner.py/copy_collection()

-copy_collection() is the main routine. It creates a pool of worker processes and then adds series UIDS into a queue

-Each worker process removes a series UID from the queue and calls copy series to perform the download and copy to GCS