cnvkit-guess_baits command not found

In this troubleshooting guide we learn how to fix cnvkit-guess_baits command not found error message

Introduction

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

cnvkit-guess_baits: command not found

or when using sudo you get the following error message

sudo: cnvkit-guess_baits: command not found

Solutions to cnvkit-guess_baits: command not found

How To Fix cnvkit-guess_baits: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu cnvkit-guess_baits is provided by cnvkit package.

cnvkit is:

A command-line toolkit and Python library for detecting copy number variants and alterations genome-wide from targeted DNA sequencing. It is designed for use with hybrid capture, including both whole-exome and custom target panels, and short-read sequencing platforms such as Illumina and Ion Torrent.

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

sudo apt-get -y install cnvkit

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

You can also use apt command to install cnvkit.

sudo apt -y install cnvkit

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

sudo aptitude install cnvkit

Summary

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