Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OPTIONS:
-s Remove duplicate for single-end reads. By default, the command works for paired-end reads only.
-S Treat paired-end reads as single-end reads.

Code Block
default:
samtools rmdup <input.bam> <output.bam>

or
samtools rmdup -s <input.bam> <output.bam>

...