Usage: mixcr exportReads [--force-overwrite] [--no-warnings] [--verbose] [--help] input.vdjca
                         [output_R1.fastq[.gz] [output_R2.fastq[.gz]]]
Export original reads from vdjca file.
      input.vdjca          Path to input file with alignments
      [output_R1.fastq[.gz] [output_R2.fastq[.gz]]]
                           Path where to write reads from input alignments.
                           Will write to output if omitted.
                           Will write to single file if specified only one output file.
                           Will write paired reads to two files if specified two output files.
  -f, --force-overwrite    Force overwrite of output file(s).
      -nw, --no-warnings   Suppress all warning messages.
      --verbose            Verbose messages.
  -h, --help               Show this help message and exit.
