Entering edit mode
8.6 years ago
Being Bioinformatician
▴
250
I am trying to generate Haplotype using shapeit but everytime it says shapeit command not found ..why
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
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Have you added the executable file
shapeit
to your/bin/
directory?