Skip to content

Tags: mlin/spVCF

Tags

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
--with-missing-fields: fill missing AD with {DP},0 (#30)

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
--with-missing-fields: pad AD & PL to expected vector length (#29)

For now all sites must be biallelic. (Can be generalized in the future.)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add --with-missing-fields decoder option (#28)

In each cell, appends `:.` for each omitted, trailing FORMAT field. Faster than piping through `bcftools view` to achieve the same.

v1.1.0

Toggle v1.1.0's commit message
annotated tag for v1.1.0

v1.0.0

Toggle v1.0.0's commit message
retroactively annotating v1.0.0 tag

20201226

Toggle 20201226's commit message
Fail-fast if libdeflate isn't available

v0.7.0

Toggle v0.7.0's commit message
wdl v0.7.0

v0.6.0

Toggle v0.6.0's commit message
Spec change: never quote-encode cells whose genotypes aren't referenc…

…e-identical or non-called

This ensures all non-reference genotypes on a row can be read without reference to any previous row, a significant convenience in exchange for a negligible size increase.

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Multithreaded encoder (#13)

The encoder can run multithreaded by buffering batches of input lines and processing each batch in a worker thread. In favorable circumstances this yields higher throughput than the default single-threaded approach, but there is a trade-off of greatly increased memory usage and copying. Activated with -t,--threads.