I do the alignment without -M option and now I have all the bam file and would like to do the downstream steps using picard and GATK, what can I do to restore the -M option except realign all the fastq because I have more than hundreds fastq files.
Thank you
Is it still the case that picard (MarkDuplicates?) chokes on split reads? I would check that first. Using -M option is a hack to make picard work but it would be better avoiding it since the shorter split of a read is not a "secondary alignment" and there is nothing necessarily wrong with split reads. They may be the result of structural variants.