I am trying to generate Haplotype using shapeit but everytime it says shapeit command not found ..why ?
1
0
Entering edit mode
8.0 years ago

I am trying to generate Haplotype using shapeit but everytime it says shapeit command not found ..why

Haplotype • 2.0k views
ADD COMMENT
1
Entering edit mode

Have you added the executable file shapeit to your /bin/ directory?

ADD REPLY
1
Entering edit mode
8.0 years ago

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
ADD COMMENT
0
Entering edit mode

Its working now Thank you .

ADD REPLY

Login before adding your answer.

Traffic: 2010 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6