bio-eagle command not found

In this troubleshooting guide we learn how to fix bio-eagle command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

bio-eagle: command not found

or when using sudo you get the following error message

sudo: bio-eagle: command not found

Solutions to bio-eagle: command not found

How To Fix bio-eagle: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu bio-eagle is provided by bio-eagle package.

bio-eagle is:

Eagle estimates haplotype phase either within a genotyped cohort or using a phased reference panel. The basic idea of the Eagle1 algorithm is to harness identity-by-descent among distant relatives—which is pervasive at very large sample sizes but rare among smaller numbers of samples—to rapidly call phase using a fast scoring approach. In contrast, the Eagle2 algorithm analyzes a full probabilistic model similar to the diploid Li-Stephens model used by previous HMM-based methods.

Please note: The executable was renamed to bio-eagle because of a name clash. Please read more about this in /usr/share/doc/bio-eagle/README.Debian.

To fix this problem, we can install more using the command below.

sudo apt-get -y install bio-eagle

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install bio-eagle.

sudo apt -y install bio-eagle

Or if you have aptitude installed you can use the following command.

sudo aptitude install bio-eagle

Summary

In this tutorial we learn how to fix bio-eagle command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.