convert_parser.add_argument(
    '-i', '--input-format',
    choices=matrix.INPUT_FORMATS,
    help='Input matrix file format (choose from: {})'.format(
        ', '.join(matrix.INPUT_FORMATS.keys())))