This commit is contained in:
2021-11-15 15:01:40 -06:00
parent 13b58e3204
commit e61e384513

View File

@@ -20,7 +20,7 @@ public class CellFileReader {
}
CSVFormat cellFileFormat = CSVFormat.Builder.create()
.setHeader("Alpha", "Beta")
.setHeader("Alpha CDR3", "Beta CDR3", "Alpha CDR1", "Beta CDR1")
.setSkipHeaderRecord(true)
.build();