Open aakrosh opened 5 years ago
The current version of the code assumes that the read names are in a particular format. We need a check for the format at the onset of the pipeline so that this is not an issue.
This is done right now in an adhoc manner. I assume that the UMI is a 16 character string made of ACGTs in the read name.
The current version of the code assumes that the read names are in a particular format. We need a check for the format at the onset of the pipeline so that this is not an issue.