surankco-prediction command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
surankco-prediction: command not found
or when using sudo you get the following error message
sudo: surankco-prediction: command not found
Solutions to surankco-prediction: command not found
How To Fix surankco-prediction: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu surankco-prediction is provided by surankco package.
surankco is:
SuRankCo is a machine learning based software to score and rank contigs from de novo assemblies of next generation sequencing data. It trains with alignments of contigs with known reference genomes and predicts scores and ranking for contigs which have no related reference genome yet.
To fix this problem, we can install more using the command below.
sudo apt-get -y install surankco
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install surankco.
sudo apt -y install surankco
Or if you have aptitude installed you can use the following command.
sudo aptitude install surankco
Summary
In this tutorial we learn how to fix surankco-prediction command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.