NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Copied from HPC_DME_APIs\utils\templates\collection-metadata.json.

...

ParameterDescription
<description.json>

A path to a file in your file system. In this file, specify the data and metadata that you want to upload

. (Details TBD.)

, as follows:

Code Block
{
    "metadataEntries": [
        {
         "attribute": "project",
         "value": "my-project-name"
        },
        {
         "attribute": "collection_type",
         "value": "Folder"
        }
    ]
}
<destination-path>
A path within DME. Specify where you want the system to create the new collection.

...