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
samtools/htsjdk#904 has a change that should eliminate the need for the writeHeader workaround currently employed by VCFRecordWriter. Once the htsjdk branch is merged, it will be possible to call setHeader on the writer to establish the header without actually writing it to the stream, which in turn should eliminate the need for StoppableOutputStream currently being used.
The text was updated successfully, but these errors were encountered:
samtools/htsjdk#904 has a change that should eliminate the need for the writeHeader workaround currently employed by VCFRecordWriter. Once the htsjdk branch is merged, it will be possible to call setHeader on the writer to establish the header without actually writing it to the stream, which in turn should eliminate the need for StoppableOutputStream currently being used.
The text was updated successfully, but these errors were encountered: