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: Moved statement down.

...

The following command recursively copies all files and directories in the <source-path> to the <destination-path> in DME. Metadata can be provided for every directory and file in a specific metadata file called <[directory,filename]>.metadata.json. The metadata file should exist in the same path in its corresponding directory/file. For example, the metatadata for the file sample.txt should be sample.txt.metadata.json. 

Code Block
dm_register_directory [OPTIONS] <source-path> <destination-path>

...

ParameterDescription
<source-path>
A path in your file system, specifying the data that you want to upload.
<destination-path>
A path within DME, specifying where you want the system to create the new collection.

For example, (TBD).

Metadata can be provided for every directory and file in a specific metadata file called <[directory,filename]>.metadata.json. The metadata file should exist in the same path in its corresponding directory/file. For example, the metatadata for the file sample.txt should be sample.txt.metadata.json.

For instructions on performing similar tasks in the GUI, refer to the following pages:

...