Usage: Generate a file of learning tasks. Each line represents a call to siLearn command on a particular model.

Options:
  -h, --help            show this help message and exit
  -f FILTER, --labelsfilter=FILTER
                        only models matching this filter are covered.ex :
                        'label1,label2' or 'label' or 'regexp1,regexp2' (here
                        order is important)
  --filtermode=FILTER   strict, flexible or regexp
  -m MODEL, --model=MODEL
                        model file name (default : model.arg)
  -e MAIL, --email=MAIL
                        (default : a-sac-ns-brainvisa@cea.fr)
  -p MODE, --parallelism-mode=MODE
                        ['grid', 'duch', 'cath', 'LSF', 'somaworkflow']
                        (default : duch)
  -o FILE, --output=FILE
                        output file name storing tasks (default :
                        learningtasks) or pattern when several files are
                        generated (LSF, cath) : output files are named
                        $pattern1, $pattern2...
  -c FILE, --config=FILE
                        silearn config file (default : siLearn-read.cfg)
  -t TIME, --time=TIME  format : hh:mm (default : 00:30 (30 min))
  -b FILE, --bin=FILE   siLearn binary (default : siLearn.py)
