Skip to content

Commit

Permalink
change volume - requested by R&D after training
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyTaylor committed Jan 26, 2024
1 parent 3a2264f commit 9a1341d
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 @@ -59,7 +59,7 @@
donor_id = sample_metadata.respond_to?(:donor_id) ? sample_metadata.donor_id : nil
child_tube_purpose = child_tube_v2.purpose.name
destination = ((child_tube_purpose == 'LRC Bank Seq') ? 'Sequencing' : 'Contingency')
volume = 135
volume = 125

rows_array << [
source_well.name, # Well name
Expand Down

0 comments on commit 9a1341d

Please sign in to comment.