Entering edit mode
8 months ago
dzisis1986
▴
70
Hi it is my first time trying to use nf-core sarek pipeline in nextflow . I want to run only the annotation part with input vcf. I am getting the following error and I have no clue or idea how to solve it Do you know any solution or to what this ERROR is related ?
$ nextflow run nf-core/sarek -r 3.4.0 profile test --input AC1/vcf_single_AC1.csv --outdir testResutsAC1_new --step annotate --tools snpeff
ERROR ~ Error executing process > 'NFCORE_SAREK:SAREK:PREPARE_GENOME:UNZIP_RT'
Caused by:
Timeout waiting for connection from pool
-- Check '.nextflow.log' file for details
cross posted: https://stackoverflow.com/questions/78202194
Yes sorry for that but they didnt reply to that post
could be a temporary problem with AWS: https://github.com/nextflow-io/nextflow/issues/856
Have you looked in
.nexfflow.log
files for additional details as the suggestion above notes?Yes this is the part with the error :
Looks to be similar to the thread @pierre posted. Can you try the option indicated here: https://github.com/nextflow-io/nextflow/issues/856#issuecomment-1933259446
i will try it and let you know it can be something like that
It doesn't make sense how to change the threads and in my case it is not working! What kind of problem is that ? is it related to Amazon to the memory of my computer, to a number of threads, or to the internet connection? It is completely strange to me and I cant figure out how to solve it !
As best as I can tell it is a combination of things. Did you try setting
export NXF_ENABLE_VIRTUAL_THREADS="true"
in your shell? You also need to upgrade to Java 21.nextflow
has a slack channel where all their developers are active. You can join and post this problem there and/or link to this thread to see if they have a solution: https://nextflow.slack.com/signup#/domain-signupYes, I tried the export but itdoesn't work and I have Java 21 on my Mac! I think it's a combination of problems and whatever I tried doesn't work!