.TH datalad-create-test-dataset 1 2016\-11\-10 "datalad-create-test-dataset 0.4.1" .SH SYNOPSIS \fBdatalad\-create\-test\-dataset\fR [--version] [-h] [-l LEVEL] [-p {condor}] [--spec SPEC] [--seed SEED] path .SH DESCRIPTION Create test (meta\-)dataset. .SH OPTIONS path path/name where to create (if specified, must not exist). Constraints: value must be a string [Default: None] \fB--version\fR show the program's version and license information \fB-h\fR, \fB--help\fR, \fB--help-np\fR show this help message. --help-np forcefully disables the use of a pager for displaying the help message \fB-l\fR LEVEL, \fB--log-level\fR LEVEL set logging verbosity level. Choose among critical, error, warning, info, debug. Also you can specify an integer <10 to provide even more debugging information \fB-p\fR {condor}, \fB--pbs-runner\fR {condor} execute command by scheduling it via available PBS. For settings, config file will be consulted \fB--spec\fR \fI\s-1SPEC\s0\fR spec for hierarchy, defined as a min-max (min could be omitted to assume 0) defining how many (random number from min to max) of sub-datasets to generate at any given level of the hierarchy. Each level separated from each other with /. Example: 1-3/-2 would generate from 1 to 3 subdatasets at the top level, and up to two within those at the 2nd level . Constraints: value must be a string [Default: None] \fB--seed\fR \fI\s-1SEED\s0\fR seed for rng. Constraints: value must be convertible to type 'int' [Default: None] .SH AUTHORS datalad is developed by The DataLad Team and Contributors .