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

Last updated: April 29,2024

1. Install "python3-sqt" package

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

$ sudo apt update $ sudo apt install python3-sqt

2. Uninstall "python3-sqt" package

In this section, we are going to explain the necessary steps to uninstall python3-sqt on Kali Linux:

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

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

Package: python3-sqt
Source: python-sqt
Version: 0.8.0-8
Installed-Size: 583
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.14), python3 (<< 3.13), python3 (>= 3.11~), python3-cutadapt, python3-matplotlib, python3-pysam, python3-seaborn, python3-xopen, python3:any
Recommends: fonts-noto-color-emoji
Size: 166224
SHA256: 9aebafdde193825d12ea1ad0800c716399d73e53436c3ed84df50ae8c062bfd8
SHA1: 438e85272e10abee75939aab648d77cb26a07994
MD5sum: c53a99ce5cb3e854801eebd4b428caab
Description: SeQuencing Tools for biological DNA/RNA high-throughput data
sqt is a collection of command-line tools for working with
high-throughput sequencing data. Conceptionally not fixed to use any
particular language, many sqt subcommands are currently implemented
in Python. For them, a Python package is available with functions for
reading and writing FASTA/FASTQ files, computing alignments, quality
trimming, etc.
.
The following tools are offered:
* sqt-coverage -- Compute per-reference statistics such as coverage
and GC content
* sqt-fastqmod -- FASTQ modifications: shorten, subset, reverse
complement, quality trimming.
* sqt-fastastats -- Compute N50, min/max length, GC content etc. of
a FASTA file
* sqt-qualityguess -- Guess quality encoding of one or more FASTA files.
* sqt-globalalign -- Compute a global or semiglobal alignment of two strings.
* sqt-chars -- Count length of the first word given on the command line.
* sqt-sam-cscq -- Add the CS and CQ tags to a SAM file with colorspace reads.
* sqt-fastamutate -- Add substitutions and indels to sequences in a
FASTA file.
* sqt-fastaextract -- Efficiently extract one or more regions from an
indexed FASTA file.
* sqt-translate -- Replace characters in FASTA files (like the 'tr'
command).
* sqt-sam-fixn -- Replace all non-ACGT characters within reads in a
SAM file.
* sqt-sam-insertsize -- Mean and standard deviation of paired-end
insert sizes.
* sqt-sam-set-op -- Set operations (union, intersection, ...) on
SAM/BAM files.
* sqt-bam-eof -- Check for the End-Of-File marker in compressed
BAM files.
* sqt-checkfastqpe -- Check whether two FASTQ files contain correctly
paired paired-end data.
Description-md5:
Homepage: https://bitbucket.org/marcelm/sqt
Section: python
Priority: optional
Filename: pool/main/p/python-sqt/python3-sqt_0.8.0-8_amd64.deb