Skip to content

Releases: everestial/VCF-Simplify

Updated new version of vcf simplify.

06 Sep 15:15
Compare
Choose a tag to compare

Features of this release:

  1. Removed any external python dependencies.
  2. Refactored and optimized code.
  3. Add optional cython feature for faster computation

VCF-Simplify-v2.2

21 Aug 16:44
4cc6085
Compare
Choose a tag to compare

Updated new commits.

VCF-Simplify-v2.1

14 May 23:05
2580237
Compare
Choose a tag to compare

A new "VCF-Simplify" with capabilities to:

  • Convert a VCF file to Table output:

    • convert VCF to most simple output while decompresses INFO, FORMAT field of all the SAMPLE.
    • This tools also provides more controlled workflow to only extract desired INFO tags, FORMAT tags for only desired samples of interest.
  • Convert the TABLE to VCF file

  • Convert VCF to Haplotype file (to be used in phase-Extender and phase-Stitcher)

  • Convert Haplotype file to VCF.

VCF-Simplify2.0

14 May 12:46
7e67b51
Compare
Choose a tag to compare

A new "VCF-Simplify" with capabilities to:

  • Convert a VCF file to Table output:
    • convert VCF to most simple output while decompresses INFO, FORMAT field of all the SAMPLE.
    • This tools also provides more controlled workflow to only extract desired INFO tags, FORMAT tags for only desired samples of interest.