Entering edit mode
4.0 years ago
I'm a computer engineer and not very familiar with the Homer tool, I studied homer but I do not know what causes the low error?
findPeaks Sox2-ChIP-Seq -style factor -o auto
error-->findPeaks: command not found
Please be more careful while creating posts - this is a
Question
type post and not aTool
type post. I've made the necessary change this time. Read: How to Use Biostars, Part II: Post types, Deleting, (Un)Subscribing, Linking and BookmarkingYes you are right Do you have an idea to answer my question?
You probably don't have the executable/binary in your PATH. What platform (OS) are you on?
ubuntu19
And how did you install homer? Using
apt-get
/a similar package manager or from source?apt-get
That's odd -
apt-get
install should take care of PATH settings. Did the package install successfully? Can you give us the command you used? Maybe run it again and give us all the output (STDOUT & STDERR) you see.Now I was able to solve the above problem with your guidance. I did not add the executable path correctly.
Thank you very much.