Switched back to using the $barcode syntx for selecting the barcode column instead of assuming its in the first position. Encountered this issue when working with a custom version of the data I manipulated.
Also slightly refactored combineBCR - only change is that the sample argument was disallowed to be null and the stop call was removed when it is. If this was a bad idea let me know @ncborcherding
Switched back to using the
$barcode
syntx for selecting the barcode column instead of assuming its in the first position. Encountered this issue when working with a custom version of the data I manipulated.Also slightly refactored combineBCR - only change is that the sample argument was disallowed to be null and the stop call was removed when it is. If this was a bad idea let me know @ncborcherding