StadlerlabRice / WW-CoV2-project

Plotting qPCR and ddPCR data for WWTPs
0 stars 1 forks source link

`EDMI` being removed from reported data #73

Closed ppreshant closed 8 months ago

ppreshant commented 9 months ago

Robert identified that: EDMI is missed from the final reported data since Feb 2023.

Kyle: the 'EDIM' bug. I've found it occurs in the 'present_manhole_samples' table. From what I can tell the only function used to filter out the controls is 'samples_to_remove'.

Resolution PK - changed user inputs sheet to exactly match to DI rather than partial matches with regex('^DI$|Blank|std', ignore_case = TRUE)

Needs to be tested by Kyle et. al.

ppreshant commented 8 months ago

@kmp11 can you confirm if this worked and close the issue?

kmp11 commented 8 months ago

Yes! This issue is resolved.