# Running HistoQC ## Basic Usage A typical command line for running HistoQC looks like: ```bash histoqc -c v2.1 -n 3 "*.svs" ``` ## Command Line Interface ```{argparse} :module: histoqc._parser :func: get_argument_parser :prog: histoqc ```