Scroll to navigation

datalad-crawl-init(1) General Commands Manual datalad-crawl-init(1)

SYNOPSIS

datalad-crawl-init [--version] [-h] [-l LEVEL] [--pbs-runner {condor}] [-t TEMPLATE] [-f TEMPLATE_FUNC] [--save] [args [args ...]]

DESCRIPTION

Initialize crawling configuration

Allows to specify template and function to generate a crawling pipeline

Examples:

$ datalad crawl-init --template openfmri --template-func superdataset_pipeline

$ datalad crawl-init --template fcptable dataset=Baltimore tarballs=True

OPTIONS

keyword arguments to pass into the template function generating actual pipeline, organized in key=value pairs. Constraints: value must be a string [Default: None]

show the program's version and license information
show this help message. --help-np forcefully disables the use of a pager for displaying the help message
set logging verbosity level. Choose among critical, error, warning, info, debug. Also you can specify an integer <10 to provide even more debugging information
execute command by scheduling it via available PBS. For settings, config file will be consulted
the name of the template. Constraints: value must be a string [Default: None]
the name of the function. [Default: None]
flag to save file into git repo. [Default: False]

AUTHORS


datalad is developed by The DataLad Team and Contributors <team@datalad.org>.

2017-03-25 datalad-crawl-init 0.5.1