Changed compilation flags and fixed typo in ecoPCR help
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#include <getopt.h>
|
||||
|
||||
|
||||
#define VERSION "0.6.0"
|
||||
#define VERSION "0.7.0"
|
||||
|
||||
|
||||
/* ----------------------------------------------- */
|
||||
@ -26,7 +26,7 @@ static void PrintHelp()
|
||||
PP "-a : Salt concentration in M for Tm computation (default 0.05 M)\n\n");
|
||||
PP "-c : Consider that the database sequences are [c]ircular\n\n");
|
||||
PP "-d : [D]atabase : to match the expected format, the database\n");
|
||||
PP " has to be formated first by the ecoPCRFormat.py program located.\n");
|
||||
PP " has to be formatted first by the ecoPCRFormat.py program located.\n");
|
||||
PP " in the tools directory.\n");
|
||||
PP " ecoPCRFormat.py creates three file types :\n");
|
||||
PP " .sdx : contains the sequences\n");
|
||||
|
@ -3,7 +3,7 @@ LIBPATH= -Llibapat -LlibecoPCR -Llibthermo
|
||||
MAKEDEPEND = gcc -D$(MACHINE) -M $(CPPFLAGS) -o $*.d $<
|
||||
|
||||
CC=gcc
|
||||
CFLAGS= -W -Wall -O2 -g
|
||||
CFLAGS= -O3 -w
|
||||
|
||||
default: all
|
||||
|
||||
|
Reference in New Issue
Block a user