Hi Brain, this is an old post, I'm not sure if you can still see this, but I'm going to try my luck! I wanted to know what would happen if I omit k=23 mink=11 parameters in PE adapter trimming process, so I tried both:
with both parameters
Added 216529 kmers; time: 0.399 seconds.
Memory: max=47667m, free=43439m, used=4228m
Input is being processed as paired
Started output streams: 2.320 seconds.
Processing time: 88.703 seconds.
Input: 29908174 reads 4516134274 bases.
KTrimmed: 6290478 reads (21.03%) 386234224 bases (8.55%)
Trimmed by overlap: 648240 reads (2.17%) 4720504 bases (0.10%)
Total Removed: 6396 reads (0.02%) 390954728 bases (8.66%)
Result: 29901778 reads (99.98%) 4125179546 bases (91.34%)
Time: 91.444 seconds.
Reads Processed: 29908k 327.06k reads/sec
Bases Processed: 4516m 49.39m bases/sec
without the parameters
Added 229571 kmers; time: 0.143 seconds.
Memory: max=47941m, free=43188m, used=4753m
Input is being processed as paired
Started output streams: 0.015 seconds.
Processing time: 89.504 seconds.
Input: 29908174 reads 4516134274 bases.
KTrimmed: 5237954 reads (17.51%) 366522888 bases (8.12%)
Trimmed by overlap: 1650678 reads (5.52%) 23351468 bases (0.52%)
Total Removed: 5208 reads (0.02%) 389874356 bases (8.63%)
Result: 29902966 reads (99.98%) 4126259918 bases (91.37%)
Time: 89.684 seconds.
Reads Processed: 29908k 333.48k reads/sec
Bases Processed: 4516m 50.36m bases/sec
It seems like with the parameters more bases get trimmed off. Let's say at this point I only want to remove adapter sequence, is it safe to leave those parameters out?
Thank you!
Yang