alnPairDist: A tool for calculating pairwise similarity of taxa in a multiple sequence alignment
Project description
alnPairDist: A tool for calculating pairwise similarity of taxa in a multiple sequence alignment
Getting the alnPairDist source code
git clone https://github.com/ChrispinChaguza/alnPairDist.git
Setup alnPairDist software on a local machine
Installing alnPairDist using Pip
The easist way to install the latest version of alnPairDist is using Pip
pip install alnPairDist
Here is a command to install a specific version of ViralLC using Pip
pip install alnPairDist=={INSERT VERSION HERE}
Installing ViralLC using Conda
Installation using Conda (upcoming!).
conda install -c conda-forge alnPairDist
conda install -c bioconda alnPairDist
Installing ViralLC directly from Github
First, download alnPairDist from GitHub and then manually setup the environment for the package
git clone https://github.com/ChrispinChaguza/alnPairDist.git
cd alnPairDist
Second, manually install the required package dependencies
conda install -c conda-forge python=3.14.2 -y
conda install -c conda-forge biopython=1.86 -y
pip install build
Follow the instructions below to build and install alnPairDist
python -m build
pip install --force-reinstall dist/{INSERT THE COMPILED SOFTWARE VERSION}
Basic usage
The simplest way to run alnPairDist is to provide a multiple sequence alignment in FASTA format
alnPairDist --aln input.fasta --out report.tsv
alnPairDist -a input.fasta -o report.tsv
Specify the "--threads" or "-t" option to use more threads
alnPairDist --aln input.fasta --out report.tsv --threads 10
alnPairDist -a input.fasta -o report.tsv -t 10
To suppress the output on the terminal
alnPairDist --aln input.fasta --out report.tsv --threads 10 --quiet
alnPairDist --aln input.fasta --out report.tsv --threads 10 -q
Example dataset (Rotavirus A)
Calculating pairwise distances between sequences using the example.aln alignment file in the example directory
alnPairDist --aln example.aln --out report.tsv --threads 10
Software version
Run the command below to show the software version
alnPairDist --version
alnPairDist -v
Cite
Chrispin Chaguza, alnPairDist, https://github.com/ChrispinChaguza/alnPairDist.git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alnpairdist-1.0.2.tar.gz.
File metadata
- Download URL: alnpairdist-1.0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a37fe1c5b8291a4487958b0bbe4dd7c3e8870f0de8e3b0e7bf6b272630cae266
|
|
| MD5 |
2fcb77e720e474ae0d0dd046152f23e4
|
|
| BLAKE2b-256 |
433c6be60dde9c4fa5e773b8d1face298a9249f960f1e9aed34188fc1d29da2e
|
File details
Details for the file alnpairdist-1.0.2-py3-none-any.whl.
File metadata
- Download URL: alnpairdist-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95922948c680950ded09b809d59ad0bd498e9fb55f16fbc5ab002d0336be56e0
|
|
| MD5 |
411f5dbfececccea399a064e8043c177
|
|
| BLAKE2b-256 |
10188515d976b0aea661f2ea6197f3df6aa8ccb61223ae47301fc3e973eb9653
|