Annotato pipeline issues #49
-
Hi again everybody, I am trying to run the Annotato pipeline. As suggested in the prerequisites, I installed the following: nextflow v24.04.4.5917 To test it, I selected a draft MAG genome.fa file (4.5 GB), without any other input data. I so used the following command:
that gave me the attached error and nextflow.log. I am reading about the suggestion about singularity.pullTimeout (for instance changing it as described here: https://www.nextflow.io/docs/latest/config.html) Do you have any suggestion, Thank you and best regards! Antonio |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 27 replies
-
Try with "--singularity.pullTimeout 60m" at the end of your nextflow command |
Beta Was this translation helpful? Give feedback.
-
still the same error, here the new log: thanks |
Beta Was this translation helpful? Give feedback.
-
Ops sorry, try to use single dash, like -singularity.pullTimeout 60m |
Beta Was this translation helpful? Give feedback.
-
Thanks @gkanogiannis for your fix #50 @Antonio-Longo can you pull this version and give it a try? |
Beta Was this translation helpful? Give feedback.
So it is finally working! I don't know how to thank you for your time and work. Now i will try it with RNAseq...
Thanks, thanks and thanks again @gkanogiannis