run_discoSnp++_ML.sh command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
run_discoSnp++_ML.sh: command not found
or when using sudo you get the following error message
sudo: run_discoSnp++_ML.sh: command not found
Solutions to run_discoSnp++_ML.sh: command not found
How To Fix run_discoSnp++_ML.sh: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu run_discoSnp++_ML.sh is provided by discosnp package.
discosnp is:
Software discoSnp is designed for discovering Single Nucleotide Polymorphism (SNP) from raw set(s) of reads obtained with Next Generation Sequencers (NGS).
Note that number of input read sets is not constrained, it can be one, two, or more. Note also that no other data as reference genome or annotations are needed.
The software is composed by two modules. First module, kissnp2, detects SNPs from read sets. A second module, kissreads, enhance the kissnp2 results by computing per read set and for each found SNP:
- its mean read coverage
- the (phred) quality of reads generating the polymorphism.
This program is superseded by DiscoSnp++.
To fix this problem, we can install more using the command below.
sudo apt-get -y install discosnp
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install discosnp.
sudo apt -y install discosnp
Or if you have aptitude installed you can use the following command.
sudo aptitude install discosnp
Summary
In this tutorial we learn how to fix run_discoSnp++_ML.sh command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.