deepnano_basecall command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
deepnano_basecall: command not found
or when using sudo you get the following error message
sudo: deepnano_basecall: command not found
Solutions to deepnano_basecall: command not found
How To Fix deepnano_basecall: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu deepnano_basecall is provided by deepnano package.
deepnano is:
DeepNano is alternative basecaller for Oxford Nanopore MinION reads based on deep recurrent neural networks.
Currently it works with SQK-MAP-006 and SQK-MAP-005 chemistry and as a postprocessor for Metrichor.
To fix this problem, we can install more using the command below.
sudo apt-get -y install deepnano
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install deepnano.
sudo apt -y install deepnano
Or if you have aptitude installed you can use the following command.
sudo aptitude install deepnano
Summary
In this tutorial we learn how to fix deepnano_basecall command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.