-
Notifications
You must be signed in to change notification settings - Fork 13
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
Troubles with genomeassembler workflow #118
Comments
Hello Bruno, it is a bit unclear to me which stage throws the error. The nextflow error seems to indicate that this is in the scaffolding/ragtag workflow, but from the log it seems to occur close to the start of nanoq, which would be much earlier in the pipeline. Could you clarify, or maybe attach the full Best |
Hello Niklas, Bruno |
Are you providing a reference in your samplesheet? If not, can you try with adding
and start your run using
|
Hello Niklas,
As you can see I set the resource limits in order to optimize the use of my PC and avoid failure of the process. Despite this the pipeline failed and so I attach the nextflow.log. Bruno |
Hello @BrunoBertolasi, the error you are receiving is a Segmentation fault from flye. I am not sure why Flye segfaults, I suggest you open an issue there to get feedback on your specific problem. There are several issues there with similar errors, this one in particular seems to happen at a similar stage mikolmogorov/Flye#27 . They suggest changing the |
Hello Niklas,
By the way the process stopped complaining that "nf-core pipelines do not accept positional arguments The positional argument Furthermore I tried to resume the previous run but the process seems to start over even if I specified the session ID from which to start again. Any suggest? Bruno |
Hi @BrunoBertolasi , you need to quote the arguments that should be passed to flye:
Which process starts over? All of the pipeline, or only certain steps? |
Hello Niklas,
The process started without problem, but stopped complaining "...Failed to pull singularity image...". He suggested me to: "Try and increase singularity.pullTimeout in the config (current is "37d")". By the way, in my configuration file, I have already set this parameter to 888.h (37 days): what else should I do?
I attach the log file nextflow.log for details. Bruno |
Hello @BrunoBertolasi , the jellyfish container problem is a bug, (see #72). I am very sorry for this, if you want to fix this, you need to edit the |
Hello @BrunoBertolasi I have now released version 1.0.1 which should solve the singularity problem, please let me know if you encounter any problems with the new pipeline version. |
Hello Niklas, Bruno |
If there are uncommitted changes then you need to delete the nextflow cache and pull again. |
Do you mean to delete all the cache? Could you please specify the command? (nextflow clean...) Bruno |
The pipeline cache is usually in |
Hello Niklas and Daniel, Bruno |
Based on the log file I think the problem is
you can attempt to manually download the image with |
Hi, that is still the error raised by the broken singularity image, which should have been fixed in 1.0.1. I am not sure if you are running the correct version, maybe you can try adding |
Hi, Bruno |
Can you try with:
|
Hello Niklas, Bruno |
Hello Bruno, This is a problem with flye, and beyond what I can help with. I would suggest you ask the flye developers about this. |
Hello to all,
I am new to nf and genomeassembler and I am having some difficult to understand errors and causes of process failures. I have installed and tested successfully the genomeassembler workflow. I then tried to use genomeassembler for a full genome assembly of my real data, but the process stopped after having completed only two tasks.
My PC configuration includes a 15 core (11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz) with 128 Gb of RAM.
The starting file, containing the reads to assemble in format .gz, is 12.9 Gb.
I used this command:
The test.config file contains the line:
singularity.pullTimeout = "888h"
The workflow started correctly but, after about two hours, I got this message:
For the sake of precision I report the lines of the logfile in which an error appears:
Anyone has an idea about what happened? Is there any modification in the .config file that could solve the problem? I suspect the problem is something related to low resources, but I haven't found any exit code that indicates that.
Thanks in advance for any help!
Bruno
The text was updated successfully, but these errors were encountered: