vClean: Assessing the contamination of viral genomes
Project description
vClean
vClean is a fully automated command-line pipeline for assessing the multiple virus-derived contamination risk of environmental viral genomes.
Quickstart
Run the following commands to install vClean, download the database, and run the program.
Replace </path/to/database>, <input_fasta_dir> and <output_dir> with the correct paths.
conda install -c conda-forge -c bioconda vclean
vclean download_database </path/to/database>
export VCLEANDB=</path/to/database>
vclean run <input_fasta_dir> <output_dir> [options]
Installation
You can install vClean as follows:
conda install -c conda-forge -c bioconda vclean python=3.9
Specify python version to be 3.9
Database installation
You have to download the databases.
Please replace </path/to/database> with the desired path for downloading the database:
vclean download_database </path/to/database>
You'll need to use the -d flag or update the VCLEANDB environment variable to specify the database location:
export VCLEANDB=<path/to/database>
Run
You can simply run vClean as follows:
vclean run <input_fasta_dir> <output_dir> [OPTIONS]
Output files
In the output directory, two files are generated: Contamination_probability.tsv and feature_table.tsv. For sequences confirmed to be contaminated, new FASTA files containing only the longest contigs are stored in the purified_fasta directory within the output directory.
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 vclean-0.1.8.tar.gz.
File metadata
- Download URL: vclean-0.1.8.tar.gz
- Upload date:
- Size: 684.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd9fffe72e72526c110a10a50a9d1a5d9140dce861c7f0977a569b7e7b6f63dd
|
|
| MD5 |
f3cb7abebb9794bf9bb5bf9f0015aaa5
|
|
| BLAKE2b-256 |
bace45e304a0a10268ac795c4dfbd92727ecfdeb36dfc1a4e701d61a9cd1a06c
|
File details
Details for the file vclean-0.1.8-py3-none-any.whl.
File metadata
- Download URL: vclean-0.1.8-py3-none-any.whl
- Upload date:
- Size: 30.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c8ce4f02607692ec103a37236c1dd195cbe81846681714dd1021d3dc52db7b5
|
|
| MD5 |
8ad7bbe29d06c4b3cd5d0d019879641d
|
|
| BLAKE2b-256 |
58230796f8dc3fb82f14d26a93e2d80c7fb2963492a584d1b27e113838df2700
|