Detect Biosynthetic Gene Clusters (BGCs) in HiFi metagenomic data
Project description
HiFiBGC
Detect Biosynthetic Gene Clusters (BGCs) in HiFi metagenomic data.
Installation
Conda
conda create -n hifibgc -c conda-forge -c bioconda -c amityadav -y hifibgc
conda activate hifibgc
Usage
Install
hifibgc install
Above command need to be run only once. It installs a required database and a tool.
Test
hifibgc test
Checks hifibgc on a small test data. On completion of above command, you should see something like Snakemake finished successfully
on terminal and an output directory hifibgc1.out
.
Run
Run hifibgc with defaults:
hifibgc run --input input.fastq
# --input is required
Specify output directory and no of threads:
hifibgc run --input input.fastq --output outdir --threads 16
Specify bigscape_cutoff option:
hifibgc run --input input.fastq --bigscape_cutoff 0.4
Output
05_final_output/
BGC_all_metadata.tsv --> summary file containing metadata for all BGCs
BGC_representative/ --> directory containing representative BGCs (.gbk files)
BGC_all/ --> directory containing all BGCs (.gbk files)
upsetplot_0.3.[pdf|jpg] --> upsetplot comparing three assemblers (hifiasm-meta, metaflye and hicanu), and unmapped reads
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
File details
Details for the file hifibgc-0.1.7.tar.gz
.
File metadata
- Download URL: hifibgc-0.1.7.tar.gz
- Upload date:
- Size: 28.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a60a410c7fc357d5505bd7c31e2ffd947b1293373fea660f9fa628f14c5ddf41 |
|
MD5 | 86cfa5f700706532bd376dc7fed27490 |
|
BLAKE2b-256 | e19be188897a92128173f740291271897f8cc0b3907157293e167a83b097b1d6 |