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 and as single-end reads.

Code Block
samtools rmdup -s <input.bam> <output.bam>

...