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
DataSink and DataSource constructors (from https://github.com/bcgsc/btllib/blob/master/include/btllib/data_stream.hpp) should accept a threads parameter to limit the number of threads used by external tools like pigz for compression. This will also consequently require adding the same parameter to SeqWriter's constructor, since SeqWriter uses DataSink.
The text was updated successfully, but these errors were encountered:
DataSink and DataSource constructors (from https://github.com/bcgsc/btllib/blob/master/include/btllib/data_stream.hpp) should accept a
threads
parameter to limit the number of threads used by external tools like pigz for compression. This will also consequently require adding the same parameter to SeqWriter's constructor, since SeqWriter uses DataSink.The text was updated successfully, but these errors were encountered: