scrappie command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
scrappie: command not found
or when using sudo you get the following error message
sudo: scrappie: command not found
Solutions to scrappie: command not found
How To Fix scrappie: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu scrappie is provided by scrappie package.
scrappie is:
The Nanopore is a device for DNA/RNA sequencing that does not require an amplification of the material. The polynucleotides are threaded through a pore and while these pass through, the change in the electrostatic potential allows one to identify (“call”) the actual base that resides in the pore. Scrappie goes a step further and also attempts to describe modifications to the nucleic acid.
To fix this problem, we can install more using the command below.
sudo apt-get -y install scrappie
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install scrappie.
sudo apt -y install scrappie
Or if you have aptitude installed you can use the following command.
sudo aptitude install scrappie
Summary
In this tutorial we learn how to fix scrappie command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.