How to Install and Uninstall python3-nanomath Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-nanomath" package

In this section, we are going to explain the necessary steps to install python3-nanomath on Kali Linux

$ sudo apt update $ sudo apt install python3-nanomath

2. Uninstall "python3-nanomath" package

Please follow the guidelines below to uninstall python3-nanomath on Kali Linux:

$ sudo apt remove python3-nanomath $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-nanomath package on Kali Linux

Package: python3-nanomath
Source: python-nanomath
Version: 1.2.1+ds-1
Installed-Size: 38
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: python3-numpy, python3-pandas, python3:any, python3-deprecated
Size: 8120
SHA256: 974c23d648f2e6ca8782609a71c12afd1b8494de1ce1cfe12cda804f8b124e2c
SHA1: 649e368ee5a38721f19f775e38d5be343e5e2528
MD5sum: 54c05ffde86938349b1d191c372b80ee
Description: simple math function for other Oxford Nanopore processing scripts
This Python3 module provides a few simple math and statistics functions for
other scripts processing Oxford Nanopore sequencing data.
.
* Calculate read N50 from a set of lengths get_N50(readlenghts)
* Remove extreme length outliers from a dataset
remove_length_outliers(dataframe, columname)
* Calculate the average Phred quality of a read ave_qual(qualscores)
* Write out the statistics report after calling readstats function
write_stats(dataframe, outputname)
* Compute a number of statistics, return a dictionary
calc_read_stats(dataframe)
Description-md5:
Homepage: https://github.com/wdecoster/nanomath
Section: python
Priority: optional
Filename: pool/main/p/python-nanomath/python3-nanomath_1.2.1+ds-1_all.deb