Skip to content

Commit 6c42869

Browse files
committed
r265: released bgt-1.0
1 parent 570b677 commit 6c42869

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed

bgt-server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ func main() {
408408
if optind == len(os.Args) {
409409
fmt.Fprintln(os.Stderr, "Usage: bgt-server [options] <bgt.pre1> [...]");
410410
fmt.Fprintln(os.Stderr, "Options:");
411-
fmt.Fprintf(os.Stderr, " -p INT port number [%s]\n", bgt_port);
411+
fmt.Fprintf(os.Stderr, " -p INT port number [%s or from $PORT env]\n", bgt_port);
412412
fmt.Fprintf(os.Stderr, " -m INT maximal genotypes processed per query [%d]\n", bgt_max_gt);
413413
fmt.Fprintf(os.Stderr, " -d FILE variant annotations in the FMF format []\n");
414414
fmt.Fprintf(os.Stderr, " -g INT minimal sample group size (force -G if positive) [0]\n");

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <string.h>
44
#include <ctype.h>
55

6-
#define BGT_VERSION "1.0-r264"
6+
#define BGT_VERSION "1.0-r265"
77

88
int main_import(int argc, char *argv[]);
99
int main_view(int argc, char *argv[]);

pbwt.tex

-39
This file was deleted.

0 commit comments

Comments
 (0)