Its working now Thank you .
• 0 views
•
link
I am trying to generate Haplotype using shapeit but everytime it says shapeit command not found ..why
Based on what you write, shapeit is not in $PATH (the location in which your shell will look for executables) Where did you install it? An easy solution is to put a shortlink in your bin folder, e.g.: (or to any other folder listed in $PATH, check with
ln -s /path/to/where/you/extracted/shapeit ~/bin/
or to any other folder listed in $PATH, check with:
echo $PATH
Its working now Thank you .
Log in to answer this question.
Have you added the executable file
shapeitto your/bin/directory?