sanger/limber

View on GitHub
app/views/exports/_dilutions_headers.csv.erb

Summary

Maintainability
Test Coverage
<%= CSV.generate_line [
                        'Workflow',
                        @workflow
                      ],
                      row_sep: ""
%>
<%= CSV.generate_line [
                        'Source Plate ID',
                        'Source Plate Well',
                        'Destination Plate ID',
                        'Destination Plate Well',
                        'Sample Vol',
                        'Dilution Vol'
                      ],
                      row_sep: ""
%>