damapper command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
damapper: command not found
or when using sudo you get the following error message
sudo: damapper: command not found
Solutions to damapper: command not found
How To Fix damapper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu damapper is provided by damapper package.
damapper is:
Recognised as the Damapper Library, this is a long read to reference genome mapping command line tool.
For a given reference database ‘X’ and read block ‘Y’, damapper produces the single file ‘Y.X.las’. Each output file is sorted in order of the A-reads, and if a match is a chain of local alignments, then the LA’s in the chain occur in increasing order of A-coordinates.
HPC.damapper writes a UNIX shell script to the standard output that maps
every read in blocks
This package contains the damapper and HPC.damapper binaries.
To fix this problem, we can install more using the command below.
sudo apt-get -y install damapper
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install damapper.
sudo apt -y install damapper
Or if you have aptitude installed you can use the following command.
sudo aptitude install damapper
Summary
In this tutorial we learn how to fix damapper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.