homer not configured properly
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.
• 1,722 views
•
link
1 answer
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.plfor a fresh install. The error persists. - In
bin/HomerConfig.pm, a non-existent hard-coded$homeDirsetting as/gpfs/data01/cbenner/software/homer/./was identified and corrected. However, the error persists. This corrected the hard-coding error infindMotifs.plandfindMotifsGenome.plbut not in makeTagDirectory. - The source of the error message was traced to
SeqTag.cppusing grep.SeqTag.his confirmed to be included inmakeTagDirectory.cpp. A similar hardcoding error was identified and rectified inSeqTag.cpp. Used themake makeTagDirectorycommand to generate the correct binary. Verified the functionality ofmakeTagDirectory.
DONE :)
• 0 views
•
link
Log in to answer this question.
Were you able to solve this? I am having a similar issue.