-
Notifications
You must be signed in to change notification settings - Fork 104
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_VISUALISATION : Process exceeded running time limit (8h) #449
Comments
Recurrent for this sample or over multiple ones? |
For now, It just happened also on another one. |
And is the amount of fusions in E5087.normal.FusionInspector.fusions.tsv unusually large? |
Yeah it's among the big ones with 55 Mo but I got one around 57 Mo who succeed. |
So where in the code can I increase this value of 8h : |
Sorry, I started typing an answer but never finished: you can ovrewrite the process requirements with: in a .config file passed with -c |
Did not help...still have this bug for a few set of samples. |
So, it does not seem to be a running time problem, but something else is happening with some samples. It is very difficult for me to reproduce without the samples. If you can send them I can have a look, otherwise what you can do is investigate what is different for those samples. The bam files are the visualisation's input so you can check there for missing fields of something like that. You can also try to run arriba visualisation as a standalone: https://github.com/suhrig/arriba/blob/master/documentation/visualization.md |
I add the label won't fix for now, because there is nothing we can do without more info |
Description of the bug
Process exceeded running time limit of (8h) for visualisation.
That's weird it's taking so long. It was a recurrent one.
I don't know if it's worth increasing running time here or it's just freezing indefinitely.
I finally ended up to set -resume with --skip_vis will to avoid the error.
WRONG ANSWER : It will create only an empty fill for fusion report...
Command used and terminal output
No response
Relevant files
nextflow.log
System information
Nextflow version (eg. 23.04.0)
Hardware : HPC
Executor : local
Container engine: Singularity
OS : Linux Ubuntu
Version of nf-core/rnafusion 2.4
The text was updated successfully, but these errors were encountered: