cgat_pep8_check_code_quality.py - check PEP8 conformance of cgat Code

Author

Tags

Python

Purpose

This script runs pep8.py on the cgat code collection and outputs summary statistics of code quality onto stdout.

Usage

To use, simply run the script from the root directory of the cgat code collection:

python cgat_pep8_check_code_quality.py

Type:

python cgat_pep8_check_code_quality.py --help

for command line help.

Command line options

usage: cgat-pep8-code-quality [-h] [--timeit TIMEIT_FILE]
                              [--timeit-name TIMEIT_NAME] [--timeit-header]
                              [--random-seed RANDOM_SEED] [-v LOGLEVEL]
                              [--log-config-filename LOG_CONFIG_FILENAME]
                              [--tracing {function}] [-? ?] [-I STDIN]
                              [-L STDLOG] [-E STDERR] [-S STDOUT]
cgat-pep8-code-quality: error: argument -?: expected one argument