new(github.com/vcftools/vcftools): vcftools 0.1.17#13430
Merged
Conversation
da05515 to
37ff212
Compare
VCF toolkit (C++ vcftools + perl vcf-* scripts). release tarball, --with-pmdir + PERL5LIB.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds VCFtools — the classic VCF variant-call toolkit (
vcftoolsC++ binary + ~20vcf-*/fill-*perl helpers), rounding out the bcftools/samtools/bwa/seqtk/minimap2 bioinfo set. Built from the GitHub release tarball (shipsconfigure, no autogen). The perl helpersuse Vcf, soperl.orgis a runtime dep and--with-pmdir=share/perl5pins a perl-version-stable module path matched byruntime.env PERL5LIB=${{prefix}}/share/perl5(the default would couple the layout to the build perl's version). C++ -> gcc14/libstdcxx on linux. Verified end-to-end on linux/arm64:vcftoolsbanner0.1.17,--freqon a fixture VCF yieldsA:0.75, andvcf-merge -hresolvesVcf.pmvia PERL5LIB.