Version 1.0.30 (changes in sumalibs)

This commit is contained in:
Celine Mercier
2017-10-13 19:47:20 +02:00
parent fcb9dbcf86
commit 4f6121c28b

View File

@ -23,7 +23,7 @@
#include "mtcompare_sumaclust.h"
#include "sumaclust.h"
#define VERSION "1.0.20"
#define VERSION "1.0.30"
/* ----------------------------------------------- */
@ -723,7 +723,7 @@ int compare(fastaSeqPtr* db, int n, BOOL fastOption, double threshold, BOOL nor
free(iseq1-sizeForSeqs+lmax);
free(iseq2-sizeForSeqs+lmax);
if (normalize && reference == ALILEN)
if (normalize && (reference == ALILEN))
free(address);
return(k);
@ -1037,7 +1037,6 @@ int main(int argc, char** argv)
// FASTA file
if (printFASTA)
{
if (printFASTAtofile)
{
FASTA_output = fopen(FASTA_file_name, "w");