Using Workbench Command

Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.

Full Documentation:

Documentation Home
CREATE DLABEL FROM PARCELLATED FILE
   wb_command -cifti-parcel-mapping-to-label
      <cifti-in> - the input parcellated file
      <direction> - which dimension to take the parcel map from, ROW or COLUMN
      <template-cifti> - a cifti file with the desired dense mapping along
         column
      <dlabel-out> - output - the output dense label file

      This command will output a dlabel file, useful for doing the same
      parcellation to another dense file.

      For ptseries, pscalar, plabel, pconn, and pdconn, using COLUMN for
      <direction> will work.