vanqc
Variant Annotator and QC Checker for Human Genome Sequencing
Installation
$ pip install -U https://github.com/dceoy/vanqc/archive/main.tar.gz
Dependent commands:
pigzbgziptabixbcftools(andplot-vcfstats)javasnpEff(java -jar snpEff.jar)gatkvep
Docker image
Pull the image from Docker Hub.
$ docker image pull dceoy/vanqc
Usage
-
Normalize VCF files using Bcftools
$ vanqc normalize /path/to/reference.fa /path/to/variants.vcf.gz
-
Annotate variants using SnpEff
$ vanqc download --snpeff --dest-dir=/path/to/resource $ vanqc snpeff \ /path/to/resource/snpeff_data/GRCh38.86 /path/to/reference.fa \ /path/to/variants.vcf.gz
-
Annotate variants using GATK Funcotator
$ vanqc download --funcotator --dest-dir=/path/to/resource $ vanqc funcotator \ /path/to/resource/funcotator_dataSources.v1.7.20200521 \ /path/to/reference.fa \ /path/to/variants.vcf.gz
-
Annotate variants using Ensembl VEP
$ vanqc download --vep --dest-dir=/path/to/resource $ vanqc vep \ /path/to/resource/vep_cache/homo_sapiens \ /path/to/reference.fa \ /path/to/variants.vcf.gz
-
Collect VCF stats using Bcftools
$ vanqc stats /path/to/reference.fa /path/to/variants.vcf.gz
-
Collect variant calling metrics using GATK (Picard)
$ vanqc metrics \ /path/to/reference.fa \ /path/to/dbsnp.vcf.gz \ /path/to/variants.vcf.gz
Run vanqc --help for more information.
Release files for vanqc 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vanqc-0.1.0.tar.gz | 10.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vanqc-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.3 kB
Release files / vanqc-0.1.0.tar.gz
| Download URL | vanqc-0.1.0.tar.gz |
|---|---|
| Size | 10.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7665e913f5944f1bea2ef98258712fbde3e052b8f27393644a014399091c7203
|
|
BLAKE2b-256 checksum How to use checksums |
757895555f3fcdb6017d0acaeb9a5254154b170a974bb39863becb04219b59ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / vanqc-0.1.0-py3-none-any.whl
| Download URL | vanqc-0.1.0-py3-none-any.whl |
|---|---|
| Size | 14.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b24b6a6304a3a17d417dfbad73c10f4b73275bf4290410ea7bea6e5e42b55d8e
|
|
BLAKE2b-256 checksum How to use checksums |
d192f5d4187d03bf0d828d6dc6ce14d603191821bdcb66b628630e3325792a80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|