blixemh command not found

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

Introduction

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

blixemh: command not found

or when using sudo you get the following error message

sudo: blixemh: command not found

Solutions to blixemh: command not found

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

In Ubuntu blixemh is provided by blixem package.

blixem is:

Blixem is an interactive browser of sequence alignments that have been stacked up in a “master-slave” multiple alignment; it is not a ’true' multiple alignment but a ‘one-to-many’ alignment.

  • Overview section showing the positions of genes and alignments around the alignment window
  • Detail section showing the actual alignment of protein or nucleotide sequences to the genomic DNA sequence.
  • View alignments against both strands of the reference sequence.
  • View sequences in nucleotide or protein mode; in protein mode, Blixem will display the three-frame translation of the reference sequence.
  • Residues are highlighted in different colours depending on whether they are an exact match, conserved substitution or mismatch.
  • Gapped alignments are supported, with insertions and deletions being highlighted in the match sequence.
  • Matches can be sorted and filtered.
  • SNPs and other variations can be highlighted in the reference sequence.
  • Poly(A) tails can be displayed and poly(A) signals highlighted in the reference sequence.

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

sudo apt-get -y install blixem

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

You can also use apt command to install blixem.

sudo apt -y install blixem

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

sudo aptitude install blixem

Summary

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