-
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
preprocess:rename idle state #108
Comments
Hi @Sanrrone That is seems to be a problem with your singularity setup. Can you try with Docker instead? Cheers |
Hi!, |
Hi @Sanrrone! Ah, but when you are on a HPC please use the available job scheduler, e.g. if it is SLURM:
I think you used Besides, on some HPCs there are latency issues. If this still happens, please let us know and we can maybe give some further guidance. |
Hi, |
So you submit the whole pipeline run command as a SLURM job? Hm, should also work I think. To edit the Nextflow SLURM profile, you could clone the GitHub repository and edit the There is also a way to inject an additional configuration via the |
Hi,
the strange thing is I have no log about it so I cannot track the issue at all. |
Ok, this is indeed strange. Can you run other Nextflow pipelines (e.g. try smt from https://nf-co.re/)? I want to figure out if this is a specific problem with VIRify or a general problem with your architecture and Nextflow installation. |
I tried to run viroprofiler, and yes, Also with an error but this time related with singularity:
but at least in this case I have the error to do some tracking. |
Maybe smt is wrong with the singularity image that was pulled and converted for VIRify, causing the latency issue. Can you remove the singularity images that were already stored for VIRify, and then run the pipeline again with |
Hi, |
Hm, do you have some admin to ask for help? Sometimes, on HPC with Singularity, it also helps to specify some environment variables, see here: export SINGULARITY_TMPDIR=/path/to/some/singularity_tmpdir E.g. see the discussion here: nextflow-io/nextflow#2786 Or see here https://www.nextflow.io/docs/latest/config.html#config-singularity and scroll down to Environment variablesCan you try another pipeline I am heavily involved (maybe I then know better what's going on if it also fails or works): https://github.com/replikation/poreCov nextflow run replikation/poreCov -profile test_fastq,slurm,singularity -r 1.8.3 --update It might be that you have to define some additional parameters based on your infrastructure. Per default, the pipeline will store downloaded singularity images to a folder I would be curious if this runs or you get again an error (e.g. the same as for viroprofiler. |
Hi, the run code
in this case I give the run 30min (which doesn't end). |
Dears,
I'm trying to run a simple test with one of my fasta. But, in the step
preprocess:rename
never ends (11 hours of execution without progress).the log:
Additionally, I looked into
.command.err
and.command.log
there is almost no output just:what could I do?
thanks in advance
The text was updated successfully, but these errors were encountered: