Skip to content
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

Closed
3 of 4 tasks
hendrikweisser opened this issue Jan 21, 2021 · 5 comments
Closed
3 of 4 tasks

Download of test data fails #554

hendrikweisser opened this issue Jan 21, 2021 · 5 comments
Labels
question Further information is requested

Comments

@hendrikweisser
Copy link

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:

  1. Command line: nextflow run nf-core-rnaseq-3.0/workflow/ -profile test,singularity
  2. See error: 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:

System

  • Hardware: Server
  • Executor: local?
  • OS: Ubuntu
  • Version: 20.04.1

Nextflow Installation

  • Version: 20.12.0-edge build 5460

Container engine

  • Engine: Singularity
  • version: 3.6.3
  • Image tag: ???

Additional context

I had to download the pipeline using the helper tool, because downloading it via nextflow run nf-core/rnaseq also failed.

@hendrikweisser hendrikweisser added the bug Something isn't working label Jan 21, 2021
@hendrikweisser
Copy link
Author

Would there be a way to pre-stage the test data, since we can download it manually?

@drpatelh
Copy link
Member

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?

@drpatelh drpatelh added question Further information is requested and removed bug Something isn't working labels Jan 25, 2021
@hendrikweisser
Copy link
Author

Thanks for your comments, @drpatelh.

Could GitHub have been down at the time?

No. The problems persisted over several days and as I said, we could download the data manually without a problem.

Have you tried running the pipeline on your own data directly?

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).
I thought it might be useful to log this here in case others encounter the same problem.

@drpatelh
Copy link
Member

drpatelh commented Feb 1, 2021

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 :)

@drpatelh drpatelh closed this as completed Feb 1, 2021
@ashotmarg
Copy link

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.
I ended up using nextflow -Djavax.net.debug=ssl run myNextflowFile.nf ... to troubleshoot the error.
After adding my local certificate file to the Java store, things worked fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants