voronota-cadscore command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
voronota-cadscore: command not found
or when using sudo you get the following error message
sudo: voronota-cadscore: command not found
Solutions to voronota-cadscore: command not found
How To Fix voronota-cadscore: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu voronota-cadscore is provided by voronota package.
voronota is:
The analysis of macromolecular structures often requires a comprehensive definition of atomic neighborhoods. Such a definition can be based on the Voronoi diagram of balls, where each ball represents an atom of some van der Waals radius. Voronota is a software tool for finding all the vertices of the Voronoi diagram of balls. Such vertices correspond to the centers of the empty tangent spheres defined by quadruples of balls. Voronota is especially suitable for processing three-dimensional structures of biological macromolecules such as proteins and RNA.
Since version 1.2 Voronota also uses the Voronoi vertices to construct inter-atom contact surfaces and solvent accessible surfaces. Voronota provides tools to query contacts, generate contacts graphics, compare contacts and evaluate quality of protein structural models using contacts.
To fix this problem, we can install more using the command below.
sudo apt-get -y install voronota
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install voronota.
sudo apt -y install voronota
Or if you have aptitude installed you can use the following command.
sudo aptitude install voronota
Summary
In this tutorial we learn how to fix voronota-cadscore command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.