Hi,
I want to use bbduk.sh to trim reads in a uBAM file and write the trimmed reads to a new uBAM file. It appears that the reads in the output file are not trimmed.
One set of bbduk.sh parameters that I tried is
literal=polyA k=12 mink=11 ktrim=r trimclip=t
I see trimmed reads when the output file format is fastq but not when BAM or SAM.
Perhaps I am missing something?
Thank you!
Brent
Hi,
I appreciate the confirmation -- I worry that I mess up.
Anyway, the input uBAM file has a tag with the barcode+umi sequences required by STARsolo. I don't see a straightforward way to preserve this information with a conversion to fastq.
Do you know whether this program is maintained?
Thank you!
Brent
BBMap is actively maintained but what you have is an edge case. You can try writing to Brian Bushnell (his email can be found in software in-line help).
Why do you need to trim the data?
STARsolo
may be able to handle it as is.