bbduk: quality filtering and singletons
1
0
Entering edit mode
6.2 years ago
rororo ▴ 10

I want to use bbduk of the bbmap package to quality filter my paired-end Illumina reads according to the following:

  • minimum quality value of 2
  • minimum length of 36
  • remove single reads

To me, the bbduk manual is here a bit unclear. Does the following command remove singletons?

bbduk.sh in1=R1.fq in2=R2.fq out1=R1.clean.fq out2=R2.clean.fq trimq=2 minlen=36
bbmap genome reads • 2.3k views
ADD COMMENT
1
Entering edit mode
6.2 years ago
GenoMax 141k

If by singletons you mean removal of a read from R1, if the corresponding read from R2 was discarded, then yes. Trimming paired-end reads together keeps the reads in sync in both files.

Note: There is another tool called repair.sh that can fix files that you may receive that have reads out-of-sync.

ADD COMMENT
0
Entering edit mode

this, plus if there is a read present in R1 but the corresponding one is missing in R2

ADD REPLY
0
Entering edit mode

See my edit to the post above. It will not happen as a part of bbduk.sh run.

ADD REPLY

Login before adding your answer.

Traffic: 1833 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6