tag:github.com,2008:https://github.com/mlin/spVCF/releases Tags from spVCF 2023-10-29T00:54:40Z tag:github.com,2008:Repository/138694727/v1.3.2 2023-10-29T01:05:32Z v1.3.2 mlin tag:github.com,2008:Repository/138694727/v1.3.1 2023-10-02T08:24:26Z v1.3.1 <p>--with-missing-fields: pad AD &amp; PL to expected vector length (<a class="issue-link js-issue-link" href="https://github.com/mlin/spVCF/pull/29">#29</a>)</p> <p>For now all sites must be biallelic. (Can be generalized in the future.)</p> mlin tag:github.com,2008:Repository/138694727/v1.3.0 2023-06-04T04:17:12Z v1.3.0 <p>add --with-missing-fields decoder option (<a class="issue-link js-issue-link" href="https://github.com/mlin/spVCF/pull/28">#28</a>)</p> <p>In each cell, appends `:.` for each omitted, trailing FORMAT field. Faster than piping through `bcftools view` to achieve the same.</p> mlin tag:github.com,2008:Repository/138694727/v1.2.0 2022-01-07T09:14:22Z v1.2.0 mlin tag:github.com,2008:Repository/138694727/v1.1.0 2020-12-27T07:34:54Z v1.1.0 mlin tag:github.com,2008:Repository/138694727/v1.0.0 2020-12-27T07:33:38Z v1.0.0 🍾 mlin tag:github.com,2008:Repository/138694727/20201226 2020-12-27T07:38:11Z 20201226 mlin tag:github.com,2008:Repository/138694727/v0.7.0 2019-03-14T05:44:53Z release candidate mlin tag:github.com,2008:Repository/138694727/v0.6.0 2018-10-02T06:01:37Z Don't quote-encode cells whose genotypes aren't reference-identical or non-called <p>Spec change: never quote-encode cells whose genotypes aren't referenc…</p> <p>…e-identical or non-called</p> <p>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.</p> mlin tag:github.com,2008:Repository/138694727/v0.5.0 2018-08-29T08:36:13Z v0.5.0: Multithreaded encoder (#13) <p>Multithreaded encoder (<a class="issue-link js-issue-link" href="https://github.com/mlin/spVCF/pull/13">#13</a>)</p> <p>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.</p> mlin