Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/nucmer_ori.pl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
USAGE: nucmer [options] <Reference> <Query>

DESCRIPTION:
nucmer generates nucleotide alignments between two mutli-FASTA input
nucmer generates nucleotide alignments between two multi-FASTA input
files. The out.delta output file lists the distance between insertions
and deletions that produce maximal scoring alignments between each
sequence. The show-* utilities know how to read this format.
Expand Down
2 changes: 1 addition & 1 deletion scripts/promer.pl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
USAGE: promer [options] <Reference> <Query>

DESCRIPTION:
promer generates amino acid alignments between two mutli-FASTA DNA input
promer generates amino acid alignments between two multi-FASTA DNA input
files. The out.delta output file lists the distance between insertions
and deletions that produce maximal scoring alignments between each
sequence. The show-* utilities know how to read this format. The DNA
Expand Down
2 changes: 1 addition & 1 deletion src/umd/nucmer_cmdline.yaggo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package "nucmer"
description "nucmer generates nucleotide alignments between two mutli-FASTA input
description "nucmer generates nucleotide alignments between two multi-FASTA input
files. The out.delta output file lists the distance between insertions
and deletions that produce maximal scoring alignments between each
sequence. The show-* utilities know how to read this format.
Expand Down
Loading