Skip to content

Commit

Permalink
add documentation for latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk authored Apr 13, 2021
1 parent e5565dd commit 83b93a0
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion ADC-API-Performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,42 @@ This script plots performance test results from the queries obtained using the s

`python3 adc_api_plot_performance.py -h`

usage: adc_api_plot_performance.py [-h] [-v] [-s] path s_date e_date
usage: adc_api_plot_performance.py [-h] [-v] [-s]
path s_date e_date output_dir

positional arguments:
path
s_date
e_date
output_dir

optional arguments:
-h, --help show this help message and exit
-v, --verbose Run the program in verbose mode.
-s, --scale Scale the graphs so they are all on the same y-axis scale.
## ADC API Repertoire Performance Plotting Script

This is a complementary script focused on repertoire performance. The same script is used to perform queries.

#### Usage

`python3 plot_repertoire_performance -h`

usage: plot_repertoire_performance.py [-h] [-v] [-s]
path s_date e_date output_dir

positional arguments:
path
s_date
e_date
output_dir

optional arguments:
-h, --help show this help message and exit
-v, --verbose Run the program in verbose mode.
-s, --scale Scale the graphs so they are all on the same y-axis scale.
## curlairripa Python Package

Open a command line, change directories to where the performance script is, and enter the following command
Expand Down

0 comments on commit 83b93a0

Please sign in to comment.