NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: For HPCDATAMGM-1141: Continued formatting example commands & clarifying statements introducing them.

...

Code Block
titleSingle collection example:
dm_download_collection_async /Example_Archive/PI_Lab1/Project_1 /


The following example downloads multiple collections from various collections in DME to the root of the Globus endpoint specified in the hpcdme.properties file. For another example, consider the following command.

Code Block
titleMultiple collections example:
dm_download_collection_async -f collection-list.txt /


With the following code in the specified collection-list.txt file, the above command downloads multiple collections from various locations in DME:

Code Block
titleContents of collection-list.txt:
/Example_Archive/PI_Lab1/Project_1

...


/Example_Archive/PI_Lab1/Project_2

...


/Example_Archive/PI_Lab2/Project_1