Skip to content

Commit

Permalink
r265: released bgt-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Jun 28, 2015
1 parent 570b677 commit 6c42869
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
2 changes: 1 addition & 1 deletion bgt-server.go
Expand Up @@ -408,7 +408,7 @@ func main() {
if optind == len(os.Args) {
fmt.Fprintln(os.Stderr, "Usage: bgt-server [options] <bgt.pre1> [...]");
fmt.Fprintln(os.Stderr, "Options:");
fmt.Fprintf(os.Stderr, " -p INT port number [%s]\n", bgt_port);
fmt.Fprintf(os.Stderr, " -p INT port number [%s or from $PORT env]\n", bgt_port);
fmt.Fprintf(os.Stderr, " -m INT maximal genotypes processed per query [%d]\n", bgt_max_gt);
fmt.Fprintf(os.Stderr, " -d FILE variant annotations in the FMF format []\n");
fmt.Fprintf(os.Stderr, " -g INT minimal sample group size (force -G if positive) [0]\n");
Expand Down
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -3,7 +3,7 @@
#include <string.h>
#include <ctype.h>

#define BGT_VERSION "1.0-r264"
#define BGT_VERSION "1.0-r265"

int main_import(int argc, char *argv[]);
int main_view(int argc, char *argv[]);
Expand Down
39 changes: 0 additions & 39 deletions pbwt.tex

This file was deleted.

0 comments on commit 6c42869

Please sign in to comment.