Gentlemen, there are several issues with VariationHunter.
1) The paths are relative. Its not a compiling issue. Even if you have the location of the binaries in your path, VariationHunter_SC.cpp calls the files in the current directory. What you must do is edit VariationHunter_SC.cpp and change say:
./calProbMinEditRead
to
calProbMinEditRead
2. For the usage of another genome, you will need to make some modifications so that the program knows how many chromosomes there are. This is a tad more complicated so PM me and I'll describe it in detail. Pretty simple to do, but requires some explanation.
Hope this helps.
1) The paths are relative. Its not a compiling issue. Even if you have the location of the binaries in your path, VariationHunter_SC.cpp calls the files in the current directory. What you must do is edit VariationHunter_SC.cpp and change say:
./calProbMinEditRead
to
calProbMinEditRead
2. For the usage of another genome, you will need to make some modifications so that the program knows how many chromosomes there are. This is a tad more complicated so PM me and I'll describe it in detail. Pretty simple to do, but requires some explanation.
Hope this helps.
Comment