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'm trying to use ROSE2_main.py script on my data. But at one point the script is returning the following error.
Liquidation completed: 0.117097 seconds
Traceback (most recent call last):
File "/scripts/tools/pipeline/bamliquidator_internal/bamliquidatorbatch/bamliquidator_batch.py", line 532, in <module>
main()
File "/scripts/tools/pipeline/bamliquidator_internal/bamliquidatorbatch/bamliquidator_batch.py", line 512, in main
not args.quiet, args.number_of_threads)
File "/scripts/tools/pipeline/bamliquidator_internal/bamliquidatorbatch/bamliquidator_batch.py", line 314, in __init__
self.batch(extension, sense)
File "/scripts/tools/pipeline/bamliquidator_internal/bamliquidatorbatch/bamliquidator_batch.py", line 205, in batch
raise Exception("%s failed with exit code %d" % (self.executable_path, return_code))
Exception: /scripts/tools/pipeline/bamliquidator_internal/bamliquidator_regions failed with exit code -6
I tried bamliquidator_btach.py script separately, it is also returning the same error. It would be really helpful if you can suggest some fixes for this issue.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use
ROSE2_main.py
script on my data. But at one point the script is returning the following error.I tried
bamliquidator_btach.py
script separately, it is also returning the same error. It would be really helpful if you can suggest some fixes for this issue.Thank you.
The text was updated successfully, but these errors were encountered: