Skip to content

Commit

Permalink
no spaces in csv file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsparkes committed Nov 6, 2023
1 parent d705f4f commit 6012511
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ module LabwareCreators
# and the tube locations then used to create a driver file for the liquid handler.
# The filename of the file should also contain the tube rack barcode.
# Example of file content (NB. no header line):
# TR00012345, A1, FX05653780
# TR00012345, A2, NO READ
# TR00012345,A1,FX05653780
# TR00012345,A2,NO READ
# etc.
#
class PlateSplitToTubeRacks::CsvFile
Expand Down

0 comments on commit 6012511

Please sign in to comment.