summarizeModifications command not found

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

Introduction

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

summarizeModifications: command not found

or when using sudo you get the following error message

sudo: summarizeModifications: command not found

Solutions to summarizeModifications: command not found

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

In Ubuntu summarizeModifications is provided by kineticstools package.

kineticstools is:

Tools for detecting DNA modifications from single molecule, real-time (SMRT®) sequencing data. This tool implements the P_ModificationDetection module in SMRT® Portal, used by the RS_Modification_Detection and RS_Modifications_and_Motif_Detection protocol. Researchers interested in understanding or extending the modification detection algorithms can use these tools as a starting point.

This package is part of the SMRTAnalysis suite.

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

sudo apt-get -y install kineticstools

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

You can also use apt command to install kineticstools.

sudo apt -y install kineticstools

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

sudo aptitude install kineticstools

Summary

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