That is only true if your sequencing facility does pre-processing/read trimming (generally noticeable if not all reads = length of sequencing) of data (I believe if sequencing provider uses BaseSpace for processing then trimming of adapters may be done by default).
Most aligners will soft-clip parts of read that do not map so that may be one of the reasons people seem to omit scanning/trimming of data. It is a must do, if you are planning to do any de novo analysis at any point in the data life cycle.
Thanks for the comment, @JC! Even if those bad reads are kept, won't they be filtered out after mapping?
Is there any study to demo that there is a difference on variant calling accuracy w/ and w/o the cleaning step?
Here I'd like to distinguish QC and cleaning: while QC is just to read the data, cleaning is to make change to the raw data.
Please use
ADD COMMENT/ADD REPLYwhen responding to existing posts to keep threads logically organized.SUBMIT ANSWERis for new answers to original question.See my additional comment below @JC's answer.