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 based on reply from Udit Sehgal.

...

If your user account has the Write or Own permission level on an existing collection in DME, and if that existing collection has been configured to contain another collection, you can upload a collection from your file system to create an empty collection within that existing collection. The following command registers the metadata specified in <description.json> to the <destination-path> in DME. 

...

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, as follows:

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

...