No project description provided
Project description
Apclusterv: Clustering viral genomes with Affinity Propagation
This software works in Python3.
Dependencies:
python>=3.7
pandas
numpy
networkx >= 2.8.4
scipy >=1.8.1
scikit-learn >= 1.1.2
MCL
diamond >= 0.9.34
prodigal >= 2.6.3
R>=3.6.1
Installation:
Suppose you are in a conda environment, you need to install MCL, prodigal (for ORF prediction),diamond (for alignment) and R(if not already installed, we just need stats library in r-base)
conda install diamond -c bioconda
conda install mcl -c bioconda
conda install prodigal -c bioconda
conda install r-base
pip install apclusterv
Getting Started:
step1. preduct ORFs from the DNA file with the following command:
prepare contig_dna_fasta
(contig_dna_fasta is the path to the dna sequences for clustering)
step2. execute clustering with the following command:
apclusterv contig_dna_fasta
Results
The program will create tmp/ directory. The clustering result is tmp/cluster_result.I.A.csv (cluster_result.3.10.csv by default)
Project details
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
File details
Details for the file apclusterv-1.0.0.tar.gz
.
File metadata
- Download URL: apclusterv-1.0.0.tar.gz
- Upload date:
- Size: 30.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a91c481ce37277d56cb6a2ca713ddc875278a069296bacfad31ae73fdc2154d2 |
|
MD5 | a0ad1d22601794a87263a7c5fe059a17 |
|
BLAKE2b-256 | 9b3d5d6076d989efefa7c49c178ecaab4970f9a0c069c5032fb70498f282f1f9 |
File details
Details for the file apclusterv-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: apclusterv-1.0.0-py3-none-any.whl
- Upload date:
- Size: 37.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b18818bb794a9f68dacf1d669ef6dd5e2e69bf74440e2833d27a088d2023777 |
|
MD5 | a77f6a2a43618684c2b90a9f6759b61d |
|
BLAKE2b-256 | d72a303c914bac1ef90017c13e342ed08457d1f994497c89ba7a7164e36b0a9c |