Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
...@@ -67,13 +67,13 @@ Modify the following file: ...@@ -67,13 +67,13 @@ Modify the following file:
with: with:
BAMTOOLS = /usr/local/bioinfo/PATH_TO_BAMTOOLS/include BAMTOOLS = /usr/local/bioinfo/PATH_TO_BAMTOOLS/include
LIBS = /usr/local/bioinfo/PATH_TO_BAMTOOLS/lib/libbamtools.a -lz LIBS = /usr/local/bioinfo/PATH_TO_BAMTOOLS/lib64/libbamtools.a -lz
Example: Example:
BAMTOOLS = /usr/local/bioinfo/bamtools-2.3/include BAMTOOLS = /usr/local/bioinfo/bamtools-2.3/include
LIBS = /usr/local/bioinfo/bamtools-2.3/lib/libbamtools.a -lz LIBS = /usr/local/bioinfo/bamtools-2.3/lib64/libbamtools.a -lz
The launch the compilation: The launch the compilation:
... ...
......