tag:github.com,2008:https://github.com/mlin/spVCF/releasesTags from spVCF2023-10-29T00:54:40Ztag:github.com,2008:Repository/138694727/v1.3.22023-10-29T01:05:32Zv1.3.2mlintag:github.com,2008:Repository/138694727/v1.3.12023-10-02T08:24:26Zv1.3.1<p>--with-missing-fields: pad AD & 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>mlintag:github.com,2008:Repository/138694727/v1.3.02023-06-04T04:17:12Zv1.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>mlintag:github.com,2008:Repository/138694727/v1.2.02022-01-07T09:14:22Zv1.2.0mlintag:github.com,2008:Repository/138694727/v1.1.02020-12-27T07:34:54Zv1.1.0mlintag:github.com,2008:Repository/138694727/v1.0.02020-12-27T07:33:38Zv1.0.0 🍾mlintag:github.com,2008:Repository/138694727/202012262020-12-27T07:38:11Z20201226mlintag:github.com,2008:Repository/138694727/v0.7.02019-03-14T05:44:53Zrelease candidatemlintag:github.com,2008:Repository/138694727/v0.6.02018-10-02T06:01:37ZDon'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>mlintag:github.com,2008:Repository/138694727/v0.5.02018-08-29T08:36:13Zv0.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