Skip to content

Commit

Permalink
Refactor serum_titers rule to automate QC (#21)
Browse files Browse the repository at this point in the history
* start re-factoring `serum_titers`

* plot NT50 vs midpoint correlation

* fully implemented `serum_titers`

* `black` formatting

* update `aggregate_titers` to work w new `serum_titers`

* update `.gitignore` and track results

* fix `sera_override_defaults`

* add to `manual_drops` in example

* further adjust qc_exclusions in example

* compute one sera titers as nt50 rather than midpoint

* update expected titers for test

* code formatting

* rebuild test example docs
  • Loading branch information
jbloom authored Dec 31, 2023
1 parent 0fd0f2a commit 99d3f34
Show file tree
Hide file tree
Showing 43 changed files with 35,648 additions and 34,654 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
&& snakemake --software-deployment-method conda -j 2
&& cd ..
# - name: test titers as expected
# shell: bash -el {0}
# run: cd test_example && python test_titers_as_expected.py && cd ..
- name: test titers as expected
shell: bash -el {0}
run: cd test_example && python test_titers_as_expected.py && cd ..

- name: upload results in case of error
uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit 99d3f34

Please sign in to comment.