Skip to content

Commit

Permalink
Merge pull request #1 from igicerovsky/ref-limits-update
Browse files Browse the repository at this point in the history
reference control limits updsate
  • Loading branch information
igicerovsky authored Feb 7, 2024
2 parents 28ecc18 + 0798647 commit 4ec56e3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# PCR report changelog

## v0.1.1

- reference control limits update

## v0.1.0

01.15.2024
Expand Down
4 changes: 2 additions & 2 deletions data/reference_control_limits.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Target,mean,upper 2s warning,lower 2s warning,upper 3s action,lower 3s action
IDT,1.32E+11,1.71E+11,9.20E+10,1.91E+11,7.23E+10
ITR,1.87E+11,2.30E+11,1.44E+11,2.51E+11,1.23E+11
IDT,1.56E+11,1.95E+11,1.18E+11,2.14E+11,9.91E+10
ITR,2.27E+11,2.81E+11,1.73E+11,3.08E+11,1.46E+11
ITR - IDT,1.87E+11,2.30E+11,1.44E+11,2.51E+11,1.23E+11
FVIII,9.03E+11,1.14E+12,6.70E+11,1.25E+12,5.53E+11
ITR - FVIII,5.17E+11,6.03E+11,4.30E+11,6.47E+11,3.87E+11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Setup script for the package."""
from setuptools import setup, find_packages

VERSION = '0.1.0'
VERSION = '0.1.1'
DESCRIPTION = 'PCR report generation'
LONG_DESCRIPTION = 'Genrate report for PCR'

Expand Down
12 changes: 11 additions & 1 deletion task.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@

## DONE

## KW06-0.5.02.2024

- reference control limits update

## KW05-29.01.2024

- v0.1.0
- pylint, refactoring
- deployment (Fabian)

## KW03-15.01.2024

- in progress..
- github

## KW02-08.01.2024

Expand Down

0 comments on commit 4ec56e3

Please sign in to comment.