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
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for decon2vcf-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 114e0ca3e445f2c37137447e5811a0ee3b8065aa00591fd5797c8a3d087f1d05 |
|
MD5 | 1b97a5daef27825cb20732d23853622f |
|
BLAKE2b-256 | 6ae28f832615b4c1e3220b25cc1e75e1e53550a215fcb229ece605f9bbe6eef8 |