-
Notifications
You must be signed in to change notification settings - Fork 705
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
Download of test data fails #554
Comments
Would there be a way to pre-stage the test data, since we can download it manually? |
Hi @hendrikweisser ! Apologies for the late response. Unfortunately, it isn't possible to pre-stage the test data because we just provide direct download links for simplicity. This is really odd though because all of our CI tests run with the same test data. Could GitHub have been down at the time? I have seen weird network issues in the past too. Sorry, not sure what to suggest here. Have you tried running the pipeline on your own data directly? |
Thanks for your comments, @drpatelh.
No. The problems persisted over several days and as I said, we could download the data manually without a problem.
We have now, and luckily this seems to work. If we are the only people experiencing these download issues, I guess the problem must be on our side (although our IT people assured me everything was working fine, and I didn't encounter connectivity problems outside of Nextflow). |
Thanks for the update @hendrikweisser 👍🏽 Let's peg this one down to weird, local issues and if you manage to find a solution please update do let us know :) |
In case this is still relevant, I was having the same/similar issue with the remote file not working (while the local one was fine), which turned out to be due to an SSL handshake issue in my Java certificate store. |
Check Documentation
I have checked the following places for your error:
Description of the bug
Running the test pipeline fails because data files (e.g. "genome.fa") aren't getting downloaded. However, manual download of the same files (using wget) works.
Steps to reproduce
Steps to reproduce the behaviour:
nextflow run nf-core-rnaseq-3.0/workflow/ -profile test,singularity
No such file: https://github.com/nf-core/test-datasets/raw/rnaseq/reference/genome.fa
The error in the log is:
java.nio.file.NoSuchFileException: https://github.com/nf-core/test-datasets/raw/rnaseq/reference/genome.fa
Expected behaviour
Test files get downloaded and pipeline runs successfully.
Log files
Have you provided the following extra information/files:
.nextflow.log
file - see https://gist.github.com/hendrikweisser/cd21694e12c15fe0b2e00647e8486552System
Nextflow Installation
Container engine
Additional context
I had to download the pipeline using the helper tool, because downloading it via
nextflow run nf-core/rnaseq
also failed.The text was updated successfully, but these errors were encountered: