-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arriba + variants key error and strange log #337
Comments
My guess is the first error message is printed by the worker process/thread and the second is printed by the main thread. The binary might be because when data is pickled/unpicked and transferred between threads it gets somehow messed up. |
I opened an issue at uqfoundation/pathos#228 |
Adding another case here for
same transcript is hit in 4 threads producing 4 errors, some with the strange symbols in between |
Case one (CPCG0324) seems also to be fixed by #339. Fun fact, for this fusion, the donor part has 1300 bases, the accepter's exonic sequence has 1710 bases, but the intronic region carried over from the accepter gene has 91093 bases 😂 |
Case 2 also fixed! |
lmao! it's these introns that are making fusion run time super slow lolll gimme a sec to double check both of these! |
both cases confirmed resolved. wow #339 is the bomb |
please also check out the very end of the log message. I believe the error is reported on two threads, but there is a lot of strange characters
^@^@^@^@^@^@^@^@^@^@^
in the log...
Also with the new multiprocessing, error reporting always happens twice. The above error was written to the LOG file (so
stdout
), but on the terminal you also get this below (which isstderr
). Is this split design intentional?The text was updated successfully, but these errors were encountered: