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: Revised to be consistent.

...

The following example downloads a Project_1 collection from the PI_Lab1 collection in DME to the root of the Globus endpoint specified in the hpcdme.properties file. 

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

For another example, consider the following command.

Code Block
titleMultiple collections example: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 :File
/Example_Archive/PI_Lab1/Project_1
/Example_Archive/PI_Lab1/Project_2
/Example_Archive/PI_Lab2/Project_1

...