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: Formatted commands in Code Block macros.

...

The following example downloads a Project_1 collection from the PI_Lab1 collection in DME to a bucket1 bucket in a collectionA collection. Single collection example:

Code Block
titleSingle Collection Example
dm_download_collection_s3 /Example_Archive/PI_Lab1/Project_1 bucket1 collectionA

For another example, consider the following command.

Code Block
titleMultiple Collections Example
dm_download_collection_s3 -f collection-list.txt bucket1 collectionA

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

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