You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task is to support format fields in the vcztool query CLI. Format fields must be enclosed in square brackets to loop over all the samples. vcztools query is based on bcftools query.
This example from bcftools query illustrates using square brackets to print the sample ID, %SAMPLE, and the genotype, %GT, for all samples. We want to support this functionality in vcztools query as well.
This sounds great @Will-Tyler! Just to note that this is definitely a case where we'd want to pre-filter before fetching data from Zarr, unless the bcftools semantics bars us from doing so.
Description
This task is to support format fields in the
vcztool query
CLI. Format fields must be enclosed in square brackets to loop over all the samples.vcztools query
is based onbcftools query
.The
-f
option invcztools query
was added in #64.Example
This example from
bcftools query
illustrates using square brackets to print the sample ID,%SAMPLE
, and the genotype,%GT
, for all samples. We want to support this functionality invcztools query
as well.References
-f
option tovcztools query
.The text was updated successfully, but these errors were encountered: