Skip to content

Commit

Permalink
fix: update dev comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHulme committed Oct 30, 2023
1 parent 3a4e64d commit 613c3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/exports/pbmc_bank_tubes_content_report.csv.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

sample_metadata = source_well.aliquots.first.sample.sample_metadata

# sourced from deep behind sample manifest UAT action on the SS side
# donor_id is sourced from the sample metadata provided by Sequencescape
donor_id = sample_metadata.respond_to?(:donor_id) ? sample_metadata.donor_id : nils
child_tube_purpose = child_tube_v2.purpose.name
destination = ((child_tube_purpose == 'LRC Blood Seq') ? 'Sequencing' : 'Contingency')
Expand Down

0 comments on commit 613c3bc

Please sign in to comment.