surankco-feature command not found

In this troubleshooting guide we learn how to fix surankco-feature command not found error message

Introduction

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

surankco-feature: command not found

or when using sudo you get the following error message

sudo: surankco-feature: command not found

Solutions to surankco-feature: command not found

How To Fix surankco-feature: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu surankco-feature 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-feature command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.