StadlerlabRice / WW-CoV2-project

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

Automatic fetching ddPCR .csv file #9

Closed ppreshant closed 2 years ago

ppreshant commented 4 years ago

Avoid manually copying the contents into ddPCR Raw. Need a way to visual examine to make sure things look alright by opening csv files in gdrive.

Can either import from csv file or rather from the google sheet that is (annoyingly) generated when opening csv files in google drive. (CSV files can be deleted once google sheets with the same data exist)

ppreshant commented 2 years ago

tried with a function read_gdrive_csv() but takes 3x longer than reading Google sheets (31 sec vs 12 s). Issue #59