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
Hi,
I've been trying to apply JuLI to a BAM file covering a larger span of target regions (e.g. 1000 genes instead of 10-20), and ended up with a following error:
Error in { : task 74 failed - "key 5 not in lookup table"
Calls: callfusion -> %dopar% -> <Anonymous>
Execution halted
Or this one:
Error in { : task 876 failed - "key 3 not in lookup table"
Calls: callfusion -> %dopar% -> <Anonymous>
Execution halted
Task numbers may be different (74, 5556, 5852, etc.), but the error content is the same. Do you have any suggestion about how to fix this apart from cutting the BAM file into smaller non-intersecting pieces?.. Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I've been trying to apply JuLI to a BAM file covering a larger span of target regions (e.g. 1000 genes instead of 10-20), and ended up with a following error:
Or this one:
Task numbers may be different (74, 5556, 5852, etc.), but the error content is the same. Do you have any suggestion about how to fix this apart from cutting the BAM file into smaller non-intersecting pieces?.. Thanks!
The text was updated successfully, but these errors were encountered: