Skip to content

Commit

Permalink
Update ont_stats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Sep 30, 2024
1 parent 11200c2 commit eff48bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ont_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eff48bf

Please sign in to comment.