NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be will be undergoing maintenance on Monday, June 24th between 1000 ET and 1100 ET.
Wiki will remain available, but users may experience screen refreshes or HTTP 502 errors during the maintenance period. If you encounter these errors, wait 1-2 minutes, then refresh your page.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Cleared unnecessary formatting.

...

  1. In your file system, create a JSON file that specifies the path within DME for the bookmark, as follows: 

    Code Block
    {
     "path" : "/Path/To/Bookmark"
    }
  2. Run the following command:

    Code Block
    dm_add_bookmark [-h] <bookmark_name> <description.json> 

    The following table describes each parameter:

    ParameterDescription
    -hIf you want to print a usage (help) message for this command, specify this option.
    <bookmark_name>The name that you want the system to display in the GUI for the bookmark. In this name, the system allows the plus character (+) or the pound character (#), but avoid using other special characters or spaces.
    <description.json>A path to the JSON file that specifies the path for the bookmark.
  3. To view the bookmark in the GUI, log out of DME and log in again. Refer to Logging In via the GUI.

...