-
Notifications
You must be signed in to change notification settings - Fork 16
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
large run failing at mafft step #44
Comments
@splaisan Are you running this locally on a single node without a job scheduler? In that case, would you be able to find the error file in the tmp directory Do you also know how many ASVs were discovered post-DADA2? You should be able to find Are you also doing separate denoising or pooled denoising? See here for a description. |
Yes, I looked for the file but it is not in my /tmp. |
We (thanks to Kobe in our team) finally got the run to end happily by giving more space to work to two critical steps in the workflow. Our fix was done in two ways:
Note: The amount of extra RAM is probably excessive but at least this ran without dying. Then we ran the nextflow command with minor edits:
Declaring TMPDIR just before running the nextflow command ensures that the /tmp (normally located inside the docker image) is remapped to a local folder and visible after the run ends to allow reading error report files when things turn out bad (as discussed in #42) |
Hi,
I have ran the analysis of 4 smart-cell runs after renaming the fastq to make them globally unique.
It seemed to go well but after 3 days of computing (44 threads 292GB RAM), it finally died in the mafft step (apparently) and I do not have the final html report and probably also not all the data.
I ran nextflow with
-resume
to the same result and also ran the experiment on a stronger server with identical outcome (84threads and 512GB RAM).I attach a zip of the nextflow log, can you please help me fix this, I would rather run the 4 runs in one go to deliver merged data to the end-user since merging the individual runs (which succeeded all 4) is not documented and will in the best case not generate the nice html report.
Thanks in advance
dot.nextflow.log.zip
dot.nextflow_auto.log.zip
The text was updated successfully, but these errors were encountered: