Usage:
  illumina-load [options] -r run.xml -e experiment.xml -o output-path

  -r|--run-xml                     path to run.xml describing input files
  -e|--experiment                  path to experiment.xml
  -o|--output-path                 target location

Options:
  -i|--input-path                  input files location, default '.'
  -u|--input-unpacked              input files are unpacked
  -f|--force                       force target overwrite
  -n|--spots-number                process only given number of spots from input
  -b|--bad-spot-number             acceptable number of spot creation errors, default is 50
  -p|--bad-spot-percentage         acceptable percentage of spots creation errors, default is 5
  -x|--expected                    path to expected.xml
  -z|--xml-log                     produce XML-formatted log file
  -s|--intensities                 [on | off] load intensity data, default is off:
                                     Illumina: signal, intensity, noise;
                                     AB SOLiD: signal(s);
                                     LS454: signal, position (for SFF files ON by default).

  -h|--help                        Output a brief explantion for the program.
  -V|--version                     Display the version of the program then quit.
  -L|--log-level <level>           Logging level as number or enum string.
                                   One of (fatal|sys|int|err|warn|info) or (0-5)
                                   Current/default is warn
  -v|--verbose                     Increase the verbosity level of the program.
                                   Use multiple times for more verbosity.