updated revision number; to merge into master

This commit is contained in:
Heng Li 2013-02-24 13:34:20 -05:00
parent 85775c3384
commit 0b4a40dc25
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ int main_mem(int argc, char *argv[])
fprintf(stderr, " -c INT skip seeds with more than INT occurrences [%d]\n", opt->max_occ);
fprintf(stderr, " -s INT look for internal seeds inside a seed with less than INT occ [%d]\n", opt->split_width);
fprintf(stderr, " -r FLOAT look for internal seeds inside a seed longer than {-k} * FLOAT [%g]\n", opt->split_factor);
fprintf(stderr, " -R STR read group header line such as '@RG\tID:foo\tSM:bar' [null]\n");
fprintf(stderr, " -R STR read group header line such as '@RG\\tID:foo\\tSM:bar' [null]\n");
fprintf(stderr, " -v INT verbose level [%d]\n", bwa_verbose);
fprintf(stderr, " -a output all alignments for SE or unpaired PE\n");
fprintf(stderr, " -P perform mate SW only but skip pairing\n");

2
main.c
View File

@ -4,7 +4,7 @@
#include "utils.h"
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.6.2-r132"
#define PACKAGE_VERSION "0.6.2-r270-beta"
#endif
static int usage()