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
Executing multiple rapsearch commands in the same working directory using -u 1 and redirecting stdout to a desired file appears to raise a boost archive_exception with the error "invalid_signature". I think this is because the temporary files have no output file name to prefix to .tmp<N> (as -o is not specified) and thus all jobs attempt to read/write to .tmp0 in the same directory, corrupting the header and causing boost to be upset.
Executing multiple
rapsearch
commands in the same working directory using-u 1
and redirectingstdout
to a desired file appears to raise a boost archive_exception with the error "invalid_signature". I think this is because the temporary files have no output file name to prefix to.tmp<N>
(as-o
is not specified) and thus all jobs attempt to read/write to.tmp0
in the same directory, corrupting the header and causing boost to be upset.Feel free to check out my attempt at debugging.
The text was updated successfully, but these errors were encountered: