This pull request adds the -S / --samples-file option to the vcztools view CLI.
This pull request addresses #67, but does not implement the empty-selection semantics.
Testing
I added some validation tests to compare the output from vcztools and bcftools. The tests use the --no-update option because vcztools does not recompute the INFO fields when the user specifies a sample selection (see #45).
Overview
This pull request adds the
-S
/--samples-file
option to thevcztools view
CLI.This pull request addresses #67, but does not implement the empty-selection semantics.
Testing
I added some validation tests to compare the output from vcztools and bcftools. The tests use the
--no-update
option because vcztools does not recompute the INFO fields when the user specifies a sample selection (see #45).