datalad-crawl-init

Synopsis

datalad-crawl-init [-h] [-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

args

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

-h, –help, –help-np

show this help message. –help-np forcefully disables the use of a pager for displaying the help message

-t TEMPLATE, –template TEMPLATE

the name of the template. Constraints: value must be a string [Default: None]

-f TEMPLATE_FUNC, –template-func TEMPLATE_FUNC

the name of the function. [Default: None]

–save

flag to save file into git repo. [Default: False]

Authors

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