Skip to main content

Package to map VCFs between genome builds

Project description

vcfremapper

utility to convert coordinates of variants in VCF files between different genome builds.

Install

Install via pip:

pip install vcfremapper

Usage

vcfremapper PATH_TO_VCF CONVERTED --reference genome.fa

# or pass output to bgzip
vcfremapper PATH_TO_VCF --reference genome.fa | bgzip > CONVERTED

# or pipe in gzipped data
cat PATH_TO_VCF | vcfremapper --reference genome.fa | bgzip > CONVERTED

Options:

  • --reference - path to reference genome, for the build being converted to.
  • --build-in - build to convert from, defaults to hg19
  • --build-out - build to convert to, defaults to hg38
  • --tempdir - folder to save uncompressed temp file in before sorting

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vcfremapper-1.0.5.tar.gz (7.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page