Closed pontushojer closed 4 years ago
! Moved misplaced comment to https://github.com/FrickTobias/BLR/issues/219 !
I did a full testrun on uppmax and completed after some minor tinkering. One issue was that mapping rate were quite low at about 60% for bowtie2. I check using the small test dataset (from blr-testdata) and got similar rates for bowtie2. When running bwa however rates are good at about 90%.
Relates to https://github.com/FrickTobias/BLR/issues/204
This PR introduces TELL-seq read processing to the pipeline. The barcode correction done a bit differently to how the the they do it in the paper (Chen et al. 2020) but this way was faster to integrate as it closely resembles our own way of correction BLR barcodes. This is how it is described in their paper.
Step by step this is:
In our case the correction is:
One could have update this later on to include pattern matching (step 4 in their workflow) but they apparently have about 5 different patterns and its a bit unclear how this relates to different version of their technology.
I will do a full testrun to see what kind of results we get.