Skip to content

Commit

Permalink
Update for tech reps
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cheshire committed Jan 31, 2024
1 parent 6970c85 commit a6bdc2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/check_samplesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ def check_samplesheet(file_in, file_out, use_control):
check_group = sample_run_dict[sample][replicate][0][2]
for tech_rep in sample_run_dict[sample][replicate]:
if tech_rep[2] != check_group:
print_error("Control group must match within technical replicates", tech_rep[2])
tech_rep[2] = check_group
# print_error("Control group must match within technical replicates", tech_rep[2])

## Write to file
for idx, sample_info in enumerate(sample_run_dict[sample][replicate]):
Expand Down

0 comments on commit a6bdc2c

Please sign in to comment.