Skip to content

vcfgl 1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 13:46
· 1 commit to main since this release

Installation:

Step 1: Download the release

Tip

or

  • Download the release from command-line:
wget https://github.com/isinaltinkaya/vcfgl/releases/download/v1.0.0/vcfgl-1.0.0.tar.gz

Step 2: Build

Tip

tar xf vcfgl-1.0.0.tar.gz;
cd htslib; 
make;
cd ../vcfgl;
make HTSSRC=../htslib;

Full Changelog: v0.4...v1.0.0