tradis_plot command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tradis_plot: command not found
or when using sudo you get the following error message
sudo: tradis_plot: command not found
Solutions to tradis_plot: command not found
How To Fix tradis_plot: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tradis_plot is provided by bio-tradis package.
bio-tradis is:
Bio-Tradis contains a set of tools to analyse the output from TraDIS analyses.
The Bio-Tradis analysis pipeline is implemented as an extensible Perl library which can either be used as is, or as a basis for the development of more advanced analysis tools.
Please note: You need to manually install BioConductor Edger which can not be distributed by Debian in recent version since it is using non-distributable code locfit.
To fix this problem, we can install more using the command below.
sudo apt-get -y install bio-tradis
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install bio-tradis.
sudo apt -y install bio-tradis
Or if you have aptitude installed you can use the following command.
sudo aptitude install bio-tradis
Summary
In this tutorial we learn how to fix tradis_plot command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.