Skip to content

Commit

Permalink
Remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rernst committed Mar 8, 2024
1 parent 36ed301 commit f345fc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clarity_epp/placement/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def unpooling(lims, process_id):
sample_projects[data[sample_index]] = data[project_index]

# Parse sequencing run samples and move Dx samples to post sequencing workflow
# for lane in
for lane in process.all_inputs():
for sample_artifact in get_sample_artifacts_from_pool(lims, lane):
sample = sample_artifact.samples[0] # Asume all samples metadata is identical.
Expand Down

0 comments on commit f345fc9

Please sign in to comment.