graphlan_annotate command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
graphlan_annotate: command not found
or when using sudo you get the following error message
sudo: graphlan_annotate: command not found
Solutions to graphlan_annotate: command not found
How To Fix graphlan_annotate: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu graphlan_annotate is provided by graphlan package.
graphlan is:
GraPhlAn is a software tool for producing high-quality circular representations of taxonomic and phylogenetic trees. It focuses on concise, integrative, informative, and publication-ready representations of phylogenetically- and taxonomically-driven investigation.
To fix this problem, we can install more using the command below.
sudo apt-get -y install graphlan
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install graphlan.
sudo apt -y install graphlan
Or if you have aptitude installed you can use the following command.
sudo aptitude install graphlan
Summary
In this tutorial we learn how to fix graphlan_annotate command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.