BaseVar: A python software for calling variants from ultra low pass WGS data.
Project description
Call variants from ultra low-pass WGS data.
Installation
pip install basevar
Quick start
Call variants from several bamfiles
basevar basetype -R reference.fasta \
--regions chr11:5246595-5248428,chr17:41197764-41276135 \
--batch-count 50 \
-I 00alzqq6jw.bam \
-I 09t3r9n2rg.bam \
-I 0fkpl1p55b.bam \
-I 13dg1gvsfk.bam \
-I 17phildszl.bam \
-I 1dbpgqt0dq.bam \
-I 1kyws27hoc.bam \
--output-vcf test.vcf.gz \
--output-cvg test.cvg.tsv.gz \
--nCPU 4 && echo "** 5 done **"
Or call variants from bamlist
basevar basetype -R reference.fasta \
--regions chr11:5246595-5248428,chr17:41197764-41276135 \
--batch-count 50 \
-L bamfile.list \
--output-vcf test.vcf.gz \
--output-cvg test.cvg.tsv.gz \
--nCPU 4 && echo "** 5 done **"
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
basevar-0.0.1.3.tar.gz
(40.1 kB
view details)
File details
Details for the file basevar-0.0.1.3.tar.gz.
File metadata
- Download URL: basevar-0.0.1.3.tar.gz
- Upload date:
- Size: 40.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc90cb46ee40337f7b0df07a3aa0f2f890feb5b87e4bb4712b04d7fe7e563f7b
|
|
| MD5 |
3208732ae76ab345c09376858cd66fd8
|
|
| BLAKE2b-256 |
2c1ff6602f21ea01fa7797ef3b14d1e489149d62699a08f135199a4257538647
|