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
--zip-out STR/BOOL Optional Controls the output compression Yes/True
By default the report files are produced in the same format as the input i.e.
if the reads files are compressed (gz), the output is also compressed.
The default behaviour can be overriden by using '-zip-out'.
The possible values: Y(es), N(o), T(rue), F(alse). No value means 'True'.
The values are Not case sensitive i.e. 'Yes, YES, yEs, Y, y' are all OK
Examples:
'-reads freads.gz -zip-out n' : generate flat output when the input is compressed
'-reads freads.flat -zip-out' : compress the output when the input files are flat
Here is the doc-string for
--zip-out
:This is inconsistent with the source code at options.cpp#L1139
std::stoi
will trigger a segfault when provided with e.g.--zip-out No
The text was updated successfully, but these errors were encountered: