I am installing Nxtrim (https://github.com/sequencing/NxTrim). However, after typing "make", I am getting following error:
make
g++ -O3 -I/galaxy/home/biomonika/boost_1_56_0/include mergeReads.cpp fastqlib.o utilityfunc.o -o mergeReads -L/galaxy/home/biomonika/boost_1_56_0/lib -lz -lboost_iostreams -lboost_program_options
mergeReads.cpp:2:21: fatal error: githash.h: No such file or directory
compilation terminated.
make: *** [mergeReads] Error 1
.cpp code indeed requires githash.h
#include "githash.h"
Where could I download this? It is not distributed with my program as other required headers. Google doesn't seem to show many anwers..