-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
BSJ_DETECTION ADD_INTRONS error #184
Comments
Update: I managed to solve this issue with the ADD_INTRON by using this gtf instead Homo_sapiens.GRCh38.dna_sm.primary_assembly.fa
But now this job: nf- |
Hey, your config looks overly complicated - I would recommend you using the resourceLimits config instead. Also, did you use the latest version of the pipeline and nextflow? |
Hi,
I think I am using the latest nextflow version. I am using version 24.10.4. This is my command:
Any suggestions? |
Hey, STAR_GENOMEGENERATE comes with the resource label
What you see is that the first attempt failed, and that the pipeline starts making a second attempt. So the pipeline did encounter an error, but did not fail. The dynamic resource upscaling should tackle this. If you want to adjust memory requests for the process (one of the two parameter changes will probably be enough):
Note that |
Hi, I will give this a go. I noticed it was trying to retry it with double the CPUs, but on the second try the pipeline broke (no other error message). |
This sounds like a different problem then. Could you provide the |
Okay so my interpretation of the log is:
So there are two things that need to be investigated:
For (1): This highly depends on your scheduler. All I can tell you is that you requested 24 cores and 144GB of memory for a maximum of 32 hours. When looking into For (2): This can either be manually triggered, or if your session was automatically closed. If you did not trigger this manually, I recommend using something like tmux to keep the session persistent. |
Description of the bug
I'm not sure what exactly is happening but currently I am running the pipeline as below
When it gets the ADD_INTRONS, I get the below:
and then it starts parsing, gets to 20% and the process gets killed every time at that exact point.
There isn’t much detail on the error just:
Process
NFCORE_CIRCRNA:CIRCRNA:BSJ_DETECTION:ADD_INTRONS (gtf)terminated with an error exit status (1)
I have tried to increase the memory but it does nothing. This is what I added to my config file:
I’m quite new to this, so I would really appreciate any feedback
Can someone explain what is happening? How do I fix this?
Command used and terminal output
Relevant files
No response
System information
Next flow version: version 24.10.4
Executor: SGE
Hardware: HPC
Container: Singularity
OS: macOS
nf-core/circrna version: nf-core/circrna v0.0.1dev-gabdc4cb
The text was updated successfully, but these errors were encountered: