I have noticed that the preprocessing of pipeline is prepared for paired-end reads. But I have some data sets of single-end, and I also used bwa-mem to process them, does that make any difference? To filter alignments, which arguments of samtools should I choose?
There shouldn't be any problem. I'd suggest using '--readstart' option if single-end is used. For samtools, a similar set of filters can be used, except anything related to 'mate' would be irrelevant.
I have noticed that the preprocessing of pipeline is prepared for paired-end reads. But I have some data sets of single-end, and I also used bwa-mem to process them, does that make any difference? To filter alignments, which arguments of samtools should I choose?