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 would facilitate zero-transcoding htsget on spvcf.gz. Would need to use htslib BGZF primitives directly inside spvcf instead of piping into bgzip.
Fallback idea: add a flag to the decoder directing it to ignore any input rows preceding a checkpoint. Still, for the zero-transcoding case we need a way to guarantee we include the previous checkpoint.
The text was updated successfully, but these errors were encountered:
This would facilitate zero-transcoding htsget on
spvcf.gz
. Would need to use htslib BGZF primitives directly insidespvcf
instead of piping intobgzip
.Fallback idea: add a flag to the decoder directing it to ignore any input rows preceding a checkpoint. Still, for the zero-transcoding case we need a way to guarantee we include the previous checkpoint.
The text was updated successfully, but these errors were encountered: