Skip to content

Commit

Permalink
fix label limit in titers final plot
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom committed Dec 16, 2023
1 parent 194e33a commit 743728d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ For the computation of serum titers against specific viruses, the file `./result
You will need to address these QC failures by adjusting `serum_titers_qc_exclusions` to either not worry if a serum-virus pair fails the QC filters or dropping specific serum-virus-replicate measurements.

It is expected that you may have to perform several iterations of running and fixing QC failures.
The pipeline will only run to completion when all all QC filters are passed.
The pipeline will only run to completion when all QC filters are passed.

## Rendering HTML plots and notebooks in docs
If the pipeline runs to completion, it will create HTML documentation with plots of the overall titers, per-serum titer analyses, and per-plate analyses in a docs subdirectory, which will typically named be `./docs/` (if you use suggested key in configuration YAML).
Expand Down
1 change: 1 addition & 0 deletions notebooks/aggregate_titers.py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
" legend=alt.Legend(\n",
" orient=\"bottom\",\n",
" columns=ncols,\n",
" symbolLimit=0,\n",
" symbolFillColor=\"black\",\n",
" title=\"serum (click to select)\",\n",
" ),\n",
Expand Down

0 comments on commit 743728d

Please sign in to comment.