forked from lh3/bwa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ static int usage() | |
fprintf(stderr, "\n"); | ||
fprintf(stderr, "Program: bwa (alignment via Burrows-Wheeler transformation)\n"); | ||
fprintf(stderr, "Version: %s\n", PACKAGE_VERSION); | ||
fprintf(stderr, "Contact: Heng Li <[email protected]>\n\n"); | ||
fprintf(stderr, "Contact: Heng Li <[email protected]>\n\n"); | ||
fprintf(stderr, "Usage: bwa <command> [options]\n\n"); | ||
fprintf(stderr, "Command: index index sequences in the FASTA format\n"); | ||
fprintf(stderr, " mem BWA-MEM algorithm\n"); | ||
|
@@ -67,7 +67,7 @@ static int usage() | |
fprintf(stderr, " aln gapped/ungapped alignment\n"); | ||
fprintf(stderr, " samse generate alignment (single ended)\n"); | ||
fprintf(stderr, " sampe generate alignment (paired ended)\n"); | ||
fprintf(stderr, " bwasw BWA-SW for long queries\n"); | ||
fprintf(stderr, " bwasw BWA-SW for long queries (DEPRECATED)\n"); | ||
fprintf(stderr, "\n"); | ||
fprintf(stderr, " shm manage indices in shared memory\n"); | ||
fprintf(stderr, " fa2pac convert FASTA to PAC format\n"); | ||
|