Viewing Results¶
Basic Usage¶
After completion of slide processing, view results in your web browser by running the following command:
histoqc.ui <results-file-path>
You may then navigate to http://<hostname>:5000 in your web browser to view the results.
Command Line Interface¶
launch server for result viewing in user interface
usage: histoqc.ui [-h] [--port PORT] resultsfilepath
Positional Arguments¶
- resultsfilepath
Specify the full path to the results file. The user must specify this path.
Named Arguments¶
- --port, -p
Specify the port [default:5000]
Default:
5000