Commit Graph

11 Commits

Author SHA1 Message Date
Emilia Allison 108a2677e3
fix: Retain unknown columns when mangling headers on CSV import 2024-08-03 17:37:41 -04:00
Emilia Allison f7f492b70e
feature: Improved CSV Parsing
Gitea Scan/plate-tool/pipeline/head This commit looks good Details
1. Superior field detection: short of having actual typos, most ways to
   express a field should now be properly registered. Further, it will
   be considerably easier to add new variants.
2. Numeric well parsing: some systems do not use alphanumeric wells like
   H12 or E7. Purely numeric wells will now be supported but only if the
   plate format is manually specified; this feels like a good tradeoff
   since a failed detection would yield very odd behaviour to a user.
2024-02-16 20:57:06 -05:00
Emilia Allison 72d81439c1
fix: custom get_destination_wells
Gitea Scan/plate-tool/pipeline/head This commit looks good Details
The code here was like, stupid tbh.
2024-02-13 21:54:23 -05:00
Emilia Allison 94cb530de8
Remove log line 2024-02-13 21:10:31 -05:00
Emilia Allison 9366d29202
lib: fix stupid typo 2024-02-13 20:32:42 -05:00
Emilia Allison c2a64d679a
web: auto button 2024-02-13 20:27:58 -05:00
Emilia Allison 6c8533f7a6
lib: auto creation from csv 2024-02-13 19:56:47 -05:00
Emilia Allison d7c98d37a2
Reorg csv in lib 2024-02-13 18:33:42 -05:00
Emilia Allison b79c377793
Change plate format 2024-02-11 22:04:03 -05:00
Emilia Allison 9db0d4aa19
lib migration pt4 2024-02-11 20:49:52 -05:00
Emilia Allison 4d82ea5567
lib migration pt3 2024-02-11 20:03:29 -05:00