DESCRIPTION
Create test (meta-)dataset.
OPTIONS
path path/name where to create (if specified, must not
exist). Constraints: value must be a string [Default:
None]
--version show the program's version and license information and
exit
-h, --help, --help-np
show this help message and exit. --help-np forcefully
disables the use of a pager for displaying the help
message
-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}, --log-level {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}
level of verbosity. Integers provide even more
debugging information
-p {condor}, --pbs-runner {condor}
execute command by scheduling it via available PBS.
For settings, config file will be consulted
--spec SPEC
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]
--seed SEED
seed for rng. Constraints: value must be convertible
to type 'int' [Default: None]