You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ curl https://zenodo.org/record/4587955/files/silva_nr99_v138.1_wSpecies_train_set.fa.gz
<!doctype html>
<html lang=en>
<title>Redirecting...</title>
<h1>Redirecting...</h1>
<p>You should be redirected automatically to the target URL: <a href="/records/4587955/files/silva_nr99_v138.1_wSpecies_train_set.fa.gz">/records/4587955/files/silva_nr99_v138.1_wSpecies_train_set.fa.gz</a>. If not, click the link.
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?
This discussion was converted from issue #5788 on February 13, 2025 17:21.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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