Skip to content

Commit

Permalink
Update access_nucleo_qc_agg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Feb 7, 2025
1 parent 42ae0ae commit 8924c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get_qc_outputs(self):
input = self.construct_sample_input(most_recent_runs_for_request)
sample_list = []
for single_run in most_recent_runs_for_request:
sample_list.append(single_run.tags['cmoSampleId'][0])
sample_list.append(single_run.tags["cmoSampleId"][0])
return input, sample_list

def process_listing(self, listing, name):
Expand Down

0 comments on commit 8924c54

Please sign in to comment.