Skip to content

Commit

Permalink
Correct the example for 1:1 consensus coords
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield authored and whitwham committed Sep 20, 2024
1 parent e86b582 commit 880b342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/samtools-consensus.1
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ parameters they are equivalent to.
.IP -
Create a modified FASTA reference that has a 1:1 coordinate correspondence with the original reference used in alignment.
.EX 2
samtools consensus -a --show-ins no in.bam -o ref.fa
samtools consensus -a --show-ins no --show-del yes in.bam -o ref.fa
.EE

.IP -
Expand Down

0 comments on commit 880b342

Please sign in to comment.