Skip to content

Commit

Permalink
add include<string.h> to cd-hit-auxtools/mintlib/minArray.hxx
Browse files Browse the repository at this point in the history
  • Loading branch information
liwz authored and liwz committed May 6, 2015
1 parent 124e33e commit 0f9d7ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@

For cd-hit

How to compile?
1. Compile without multi-threading support: make
2. Compile with multi-threading support: make openmp=yes



For cd-hit-auxtools
cd cd-hit-auxtools
make


For psi-cd-hit
please download legacy BLAST (not BLAST+) and install the executables in your $PATH


For more information, please read the cd-hit-users-guide.pdf.
1 change: 1 addition & 0 deletions cd-hit-auxtools/mintlib/minArray.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef __MIN_ARRAY_HXX__
#define __MIN_ARRAY_HXX__

#include<string.h>
#include<stdint.h>
#include<stdlib.h>
#include<assert.h>
Expand Down

0 comments on commit 0f9d7ed

Please sign in to comment.