Recent Releases of vcfx

vcfx - VCFX v1.0.1

## Bugfixes - Fixed compilation issues by adding missing <unordered_map> includes - Removed Bioconda-specific files from the source repository

- C++
Published by jorgeMFS 11 months ago

vcfx - VCFXv1.0.0

VCFX 1.0.0

This is the initial public release of VCFX, a comprehensive toolkit for manipulating VCF (Variant Call Format) files used in genomic research.

Features

  • 60+ specialized command-line tools for VCF manipulation
  • Tools organized into logical categories:
    • Data Analysis
    • Data Filtering
    • Data Transformation
    • Quality Control
    • File Management
    • Annotation and Reporting
    • Data Processing
  • CMake-based build system with easy installation
  • Comprehensive documentation for all tools
  • Complete test suite for validation

Installation

VCFX can be installed from source:

bash git clone https://github.com/jorgeMFS/VCFX.git cd VCFX mkdir build && cd build cmake .. make sudo make install

Coming soon: Bioconda package for easy installation.

Documentation

Visit the VCFX Documentation for detailed information on all tools.

- C++
Published by jorgeMFS 11 months ago