Hi Brian,
I just started to try BBDuk after being too used to the alternative trimmer and would like some stimulant. I found the functions in BBTools comprehensive and sophisticated. Thank you!
I have a couple hundred of PE libries to trim. I started by using the default for one of them,
The standard err output looks like this,
Is the total removed rate (0.03%) expected to be smaller than the KTrimmed and overlay, which are 11.30% and 4.56% respectively?
Also, I found the size of output file somehow larger than the input file (2454285909 vs 2385789236), is is expected?
Thank you in advance for your answers.
I just started to try BBDuk after being too used to the alternative trimmer and would like some stimulant. I found the functions in BBTools comprehensive and sophisticated. Thank you!
I have a couple hundred of PE libries to trim. I started by using the default for one of them,
bbduk.sh -Xmx1g in1=in1.fastq in2=in2.fastq out1=out1.fastq out2.fastq ref=~/package/bbmap/resources/adapters.fa ktrim=r k=23 mink=11 hdist=1 tpe tbo
Input: 50775382 reads 7667082682 bases.
KTrimmed: 5738256 reads (11.30%) 185600890 bases (2.42%)
Trimmed by overlap: 2313702 reads (4.56%) 17335164 bases (0.23%)
Total Removed: 16926 reads (0.03%) 202936054 bases (2.65%)
Result: 50758456 reads (99.97%) 7464146628 bases (97.35%)
KTrimmed: 5738256 reads (11.30%) 185600890 bases (2.42%)
Trimmed by overlap: 2313702 reads (4.56%) 17335164 bases (0.23%)
Total Removed: 16926 reads (0.03%) 202936054 bases (2.65%)
Result: 50758456 reads (99.97%) 7464146628 bases (97.35%)
Also, I found the size of output file somehow larger than the input file (2454285909 vs 2385789236), is is expected?
Thank you in advance for your answers.
Comment