From eff48bfbe5791e1057c2b89856c5d66ad9ee64bc Mon Sep 17 00:00:00 2001 From: luc Date: Mon, 30 Sep 2024 14:35:09 -0400 Subject: [PATCH] Update ont_stats.py --- scripts/ont_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ont_stats.py b/scripts/ont_stats.py index 37d743a..6ca8e0d 100644 --- a/scripts/ont_stats.py +++ b/scripts/ont_stats.py @@ -114,7 +114,7 @@ def write_to_csv(sample_dict, file_name): LIMS_ENDPOINT="https://igo-lims02.mskcc.org:8443/LimsRest/updateLimsSampleLevelSequencingQcONT" for sample_id, params in converted_sample_dict.items(): # Send GET request for each set of parameters - print("Sending LIMS get request for: " + params) + print("Sending LIMS get request for: " + sample_id) response = requests.get(LIMS_ENDPOINT, params=params, verify=False) # Check the response status and print the output