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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file decon2vcf-1.0.1-py3-none-any.whl.
File metadata
- Download URL: decon2vcf-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
114e0ca3e445f2c37137447e5811a0ee3b8065aa00591fd5797c8a3d087f1d05
|
|
| MD5 |
1b97a5daef27825cb20732d23853622f
|
|
| BLAKE2b-256 |
6ae28f832615b4c1e3220b25cc1e75e1e53550a215fcb229ece605f9bbe6eef8
|