This is not an error but a warning. Apparently your trimmer cuts of most of the read because of an adapter detection or low-quality of the base pairs. It would be smart to discard reads shorter than a certain cutoff, e.g. 20bp categorically as they have little change to be properly aligned (which most trimmers do by default), simply because of the size. The shorter the size, the more likely they will be multimappers. A 2bp read cannot be aligned anyway, as one might imagine quiet well. Please post the full command of the trimming.
Cutadapt has no default minimum read length. I never noticed that because I always use -m 18. Can also be 25 or so. In any case, it should prevent you from these warnings.
Thanks for the reply ATpoint, Here is my Adapter removal command:
I am not getting any warning, while aligning with raw unfilterd data, with filtered data only am getting warning.
Cutadapt
has no default minimum read length. I never noticed that because I always use-m 18
. Can also be 25 or so. In any case, it should prevent you from these warnings.Should I do something for this warning OR i can go further ?. Because after this, i am getting more than 95 % alignment rate. Thanks
I am also facing the same problem. I have used trimmomatic. Is it ok to proceed with this?