samtools flag 1548
Hi all,
Just a quick question- can somebody please explain to me what is the meaning of 1548 in the following samtools command:
samtools view -b -F 1548
Thanks, RT
• 1,789 views
•
link
1 answer
see https://broadinstitute.github.io/picard/explain-flags.html . samtools only include reads with none of the property set in the sam flag:
- read unmapped
- mate unmapped
- read fails platform/vendor quality checks
- read is PCR or optical duplicate
• 0 views
•
link
Log in to answer this question.