THESIAS command not found

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

Introduction

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

THESIAS: command not found

or when using sudo you get the following error message

sudo: THESIAS: command not found

Solutions to THESIAS: command not found

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

In Ubuntu THESIAS is provided by thesias package.

thesias is:

The objectif of the THESIAS program is to performed haplotype-based association analysis in unrelated individuals. This program is based on the maximum likelihood model described in Tregouet et al. 2002 (Hum Mol Genet 2002,11: 2015-2023) and is linked to the SEM algorithm (Tregouet et al. Ann Hum Genet 2004,68: 165-177). THESIAS allows one to simultaneous estimate haplotype frequencies and their associate effects on the phenotype of interest. In this new THESIAS release, quantitative, qualitative (logistic and matched-pair analysis), categorical and survival outcomes can be studied. X-linked haplotype analysis is also feasible. Covariate-adjusted haplotype effects as well as haplotype x covariate interactions can also be investigated.

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

sudo apt-get -y install thesias

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

You can also use apt command to install thesias.

sudo apt -y install thesias

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

sudo aptitude install thesias

Summary

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