NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This page is a work in progress.

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 that existing collection. The following command registers the metadata specified in <description.json> to the <destination-path> in DME. 

dm_register_collection <description.json> <destination-path>

The following table describes each parameter:

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:

{
    "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.

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


  • No labels