lumpyexpress command not found

In this troubleshooting guide we learn how to fix lumpyexpress command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

lumpyexpress: command not found

or when using sudo you get the following error message

sudo: lumpyexpress: command not found

Solutions to lumpyexpress: command not found

How To Fix lumpyexpress: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu lumpyexpress is provided by lumpy-sv package.

lumpy-sv is:

LUMPY, a novel SV discovery framework that naturally integrates multiple SV signals jointly across multiple samples. LUMPY yields improved sensitivity, especially when SV signal is reduced owing to either low coverage data or low intra-sample variant allele frequency.

To fix this problem, we can install more using the command below.

sudo apt-get -y install lumpy-sv

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install lumpy-sv.

sudo apt -y install lumpy-sv

Or if you have aptitude installed you can use the following command.

sudo aptitude install lumpy-sv

Summary

In this tutorial we learn how to fix lumpyexpress command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.