This is the official development repository for BCFtools. See installation instructions and other documentation here http://samtools.github.io/bcftools/howtos/install.html
While --output-type v --write-index=tbi gives an error:
[E::bcf_idx_init] Indexing is only supported on BGZF-compressed files
--output-type u/b --write-index=tbi results in a csi index.
A csi index is also created while writing uncompressed BCF output, even though the manual states "Can be used only for compressed BCF and VCF output.".
Could --output-type u/b --write-index=tbi result in an error instead of a csi index, if tbi is not supported?
Could/should I use the csi index that is output together with an uncompressed BCF?
Hi,
While
--output-type v --write-index=tbi
gives an error:--output-type u/b --write-index=tbi
results in a csi index.A csi index is also created while writing uncompressed BCF output, even though the manual states "Can be used only for compressed BCF and VCF output.".
--output-type u/b --write-index=tbi
result in an error instead of a csi index, if tbi is not supported?Thanks!