when i run makeTagDirectory to creatw a tagfile i faces with this error
!!! homer not configures properly!!!
i update my homer with confugureHomer.pl and even reinstall but there is no change.
A late reply, but I just solved exactly the same error upon a request in the team. Please see if it helps in case anyone meets the same error.
The mentioned error is replicated, while most other binaries
function normally.
Executed perl configureHomer.pl for a fresh
install. The error persists.
In bin/HomerConfig.pm, a non-existent
hard-coded $homeDir setting as
/gpfs/data01/cbenner/software/homer/./ was identified and
corrected. However, the error persists. This corrected the
hard-coding error in findMotifs.pl and findMotifsGenome.pl but not
in makeTagDirectory.
The source of the error message was traced to
SeqTag.cpp using grep. SeqTag.h is confirmed to be included in
makeTagDirectory.cpp. A similar hardcoding error was identified and
rectified in SeqTag.cpp. Used the make makeTagDirectory command to
generate the correct binary. Verified the functionality of
makeTagDirectory.
Were you able to solve this? I am having a similar issue.