I'd like some guidance on bbduk.sh parameters for trimming and filtering raw reads that would fit best for meeting the following criterion. I'm dealing with PE 150bp raw reads and bbduk.sh version 38.84
1) Discard a read pair if either one read contains adapter contamination;
2) Discard a read pair if more than 10% of bases are uncertain in either one read;
3) Discard a read pair if the proportion of low quality bases is over 50% in either one read.â
From my understanding of the parameters, point 2 could be met by setting maxns=15. I am not sure on what paramters to use for points 1 and 3. Any help would be much appreciated.
1) Discard a read pair if either one read contains adapter contamination;
2) Discard a read pair if more than 10% of bases are uncertain in either one read;
3) Discard a read pair if the proportion of low quality bases is over 50% in either one read.â
From my understanding of the parameters, point 2 could be met by setting maxns=15. I am not sure on what paramters to use for points 1 and 3. Any help would be much appreciated.
Comment