soapdenovo2-127mer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
soapdenovo2-127mer: command not found
or when using sudo you get the following error message
sudo: soapdenovo2-127mer: command not found
Solutions to soapdenovo2-127mer: command not found
How To Fix soapdenovo2-127mer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu soapdenovo2-127mer is provided by soapdenovo2 package.
soapdenovo2 is:
SOAPdenovo is a novel short-read assembly method that can build a de novo draft assembly for the human-sized genomes. The program is specially designed to assemble Illumina GA short reads.
It creates new opportunities for building reference sequences and carrying out accurate analyses of unexplored genomes in a cost effective way.
To fix this problem, we can install more using the command below.
sudo apt-get -y install soapdenovo2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install soapdenovo2.
sudo apt -y install soapdenovo2
Or if you have aptitude installed you can use the following command.
sudo aptitude install soapdenovo2
Summary
In this tutorial we learn how to fix soapdenovo2-127mer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.