We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0299ee4 + 2e30905 commit 7110adaCopy full SHA for 7110ada
bwtindex.c
@@ -239,7 +239,7 @@ int bwa_index(int argc, char *argv[]) // the "index" command
239
fprintf(stderr, " -6 index files named as <in.fasta>.64.* instead of <in.fasta>.* \n");
240
fprintf(stderr, "\n");
241
fprintf(stderr, "Warning: `-a bwtsw' does not work for short genomes, while `-a is' and\n");
242
- fprintf(stderr, " `-a div' do not work not for long genomes.\n\n");
+ fprintf(stderr, " `-a div' do not work for long genomes.\n\n");
243
return 1;
244
}
245
if (prefix == 0) {
0 commit comments