igdiscover command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
igdiscover: command not found
or when using sudo you get the following error message
sudo: igdiscover: command not found
Solutions to igdiscover: command not found
How To Fix igdiscover: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu igdiscover is provided by igdiscover package.
igdiscover is:
IgDiscover analyzes antibody repertoires and discovers new V genes from high-throughput sequencing reads. Heavy chains, kappa and lambda light chains are supported (to discover VH, VK and VL genes).
To fix this problem, we can install more using the command below.
sudo apt-get -y install igdiscover
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install igdiscover.
sudo apt -y install igdiscover
Or if you have aptitude installed you can use the following command.
sudo aptitude install igdiscover
Summary
In this tutorial we learn how to fix igdiscover command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.