Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

init

Usage

row init [OPTIONS] <DIRECTORY>

row init creates workflow.toml and the workspace directory in the given DIRECTORY. It creates the directory if needed. The default workspace path name is workspace. Use the --workspace option to change this.

Set the --signac option to create a project compatible with signac. You must separately initialize the signac project.

<DIRECTORY>

The project directory to create. May be absolute or relative to the current directory.

[OPTIONS]

--signac

Create a signac compatible project.

  • Sets workspace directory to workspace.
  • Adds value_file = "signac_statepoint.json" to the [workspace] configuration.

--workspace

(also: -w)

Set the name of the workspace directory. May not be used in combination with --signac.

Errors

row init returns an error when a row project already exists at the given DIRECTORY.

Examples

  • Create a project in the current directory:
    row init .
    
  • Create a signac compatible project in the directory project:
    row init --signac project
    
  • Create a project where the workspace is named data:
    row init --workspace data project
    

Development of row is led by the Glotzer Group at the University of Michigan.

Copyright © 2024-2025 The Regents of the University of Michigan.