Skip to main content

Convert Decon Output to VCF format.

Project description

DeconToVCF

Introduction

This is a tool to convert multiple DeCon .txt [1] file outputs generated in pipelines into a single genomic VCF format file that can then be used for annotation software and further analysis tools.

Download the directory:

git clone git@github.com:AWGL/DeconToVCF.git

Requirements

The python script needs to be run with arguments

  • -d = path to decon output directory. The directory should be the folder containing all of the decon outputs "raw_data".
  • -p = path to ped file.
  • -o = path and filename of choice for the output. The programme will not create directories that do not already exist.

To run the programme

  • create environment from .yaml file and activate
pip install decon2vcf
  • run programme with arguments
python DeconToVCF -d <path-to-decon-output-directory> -p <path-to-ped-file> -o <path/filename-for-output-file>

eg:

python DeconToVCF -d /data/runid/post-processing/results/cnv_svs/raw_data/ -p post-processing/results/ped/file.ped -o post-processing/results/DeconToVCF_output.vcf

References

[1] https://www.imm.ox.ac.uk/research/research-groups/lunter-group/lunter-group/decon-detection-of-exon-copy-number

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

decon2vcf-1.0.1-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

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