Replies: 1 comment
-
Hi Dasor, I had the same problem (for the version 2.12.0), and I could not understand why. As a workaround, I just downloaded the wget https://zenodo.org/records/4587955/files/silva_nr99_v138.1_wSpecies_train_set.fa.gz and I executed the pipeline adding: the following tags: --dada_ref_tax_custom PATH-TO-JUST-DOWNLOADED-FILE --skip_dada_addspecies I hope it can help, best, Cristiano |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug report
Expected behavior and actual behavior
When running the command:
As it tries to download silva138 I get the following error:
Steps to reproduce the problem
Just run the above code with a valid samplesheet
Program output
The full error is:
Environment
Additional context
I believe the error is caused because nextflow tries to access:
And this URL redirects to:
As it can be seen by running:
Is not a network problem for sure since I can download the file with wget. By the way ¿Is there any way I can run the same thing with the files dowloaded locally with wget?
Thanks in advance for the help.
Beta Was this translation helpful? Give feedback.
All reactions