.TH datalad-crawl-init 1 2016\-11\-10 "datalad-crawl-init 0.4.1" .SH SYNOPSIS \fBdatalad\-crawl\-init\fR [--version] [-h] [-l LEVEL] [-p {condor}] [-t TEMPLATE] [-f TEMPLATE_FUNC] [--save] [args [args ...]] .SH DESCRIPTION Initialize crawling configuration .br .br Allows to specify template and function to generate a crawling pipeline .br .br Examples: .br .br $ datalad crawl\-init \-\-template openfmri \-\-template\-func superdataset_pipeline .br .br $ datalad crawl\-init \-\-template fcptable dataset=Baltimore tarballs=True .SH 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] \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-t\fR \fI\s-1TEMPLATE\s0\fR, \fB--template\fR \fI\s-1TEMPLATE\s0\fR the name of the template. Constraints: value must be a string [Default: None] \fB-f\fR \fI\s-1TEMPLATE_FUNC\s0\fR, \fB--template-func\fR \fI\s-1TEMPLATE_FUNC\s0\fR the name of the function. [Default: None] \fB--save\fR flag to save file into git repo. [Default: False] .SH AUTHORS datalad is developed by The DataLad Team and Contributors .