diff --git a/scripts/nucmer_ori.pl b/scripts/nucmer_ori.pl index f4006b7..2850ba2 100644 --- a/scripts/nucmer_ori.pl +++ b/scripts/nucmer_ori.pl @@ -40,7 +40,7 @@ USAGE: nucmer [options] 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. diff --git a/scripts/promer.pl b/scripts/promer.pl index 3d5acb4..fb2f9f3 100644 --- a/scripts/promer.pl +++ b/scripts/promer.pl @@ -41,7 +41,7 @@ USAGE: promer [options] 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 diff --git a/src/umd/nucmer_cmdline.yaggo b/src/umd/nucmer_cmdline.yaggo index c07825e..5ebcdc6 100644 --- a/src/umd/nucmer_cmdline.yaggo +++ b/src/umd/nucmer_cmdline.yaggo @@ -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.