Update version in setup
Generate an interactive HTML-based report from M.tb SnpEff annotated VCF(s) with links to the COMBAT-TB-eXplorer.
Prerequisites:
Optional:
tbvcfreport
export DATABASE_URI=localhost
pip
$ pip install -i https://test.pypi.org/simple/ tbvcfreport ...
conda
With an activated Bioconda channel:
$ conda install tbvcfreport ...
$ git clone https://github.com/COMBAT-TB/tbvcfreport.git ... $ cd tbvcfreport $ virtualenv envname $ source envname/bin/activate $ pip install -r requirements.txt $ pip install -e .
$ tbvcfreport --help Usage: tbvcfreport [OPTIONS] COMMAND [ARGS]... Generate an HTML-based VCF report from SnpEff annotated VCF file(s). Options: --help Show this message and exit. Commands: generate Generate an interactive HTML-based VCF report.
$ tbvcfreport generate --help Usage: tbvcfreport generate [OPTIONS] VCF_DIR Generate an interactive HTML-based VCF report. Options: -t, --tbprofiler-report FILENAME TBProfiler json report. -f, --filter-udi / -nf, --no-filter-udi Filter upstream, downstream and intergenic variants. [default: True] --help Show this message and exit.
$ tbvcfreport generate VCF_DIR/ Processing...
This will generate a {vcf-file-name}.html file in the current working directory (pwd).
{vcf-file-name}.html
pwd
We have also added tbvcfreport to the Galaxy Tool Shed.
Kindly see this repository for the latest revision.
this repository
用于结核分枝杆菌VCF文件的注释、分析和报告生成
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
tbvcfreport
Generate an interactive HTML-based report from M.tb SnpEff annotated VCF(s) with links to the COMBAT-TB-eXplorer.
Usage
Prerequisites:
Optional:
tbvcfreportdefaults to neodb.sanbi.ac.za.export DATABASE_URI=localhostfortbvcfreportto use your local instance.Installation
Using
pipUsing
condaWith an activated Bioconda channel:
From source
Run
tbvcfreportThis will generate a
{vcf-file-name}.htmlfile in the current working directory (pwd).In Galaxy
We have also added
tbvcfreportto the Galaxy Tool Shed.Kindly see
this repositoryfor the latest revision.