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

[BUG] ENA url missing #163

Closed
Maarten-vd-Sande opened this issue Jul 6, 2022 · 2 comments
Closed

[BUG] ENA url missing #163

Maarten-vd-Sande opened this issue Jul 6, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Maarten-vd-Sande
Copy link
Contributor

Describe the bug

I feel like I never get ena fastq urls anymore? DRR138997 should be downloadable from ftp://ftp.sra.ebi.ac.uk/vol1/fastq/DRR138/DRR138997/DRR138997_1.fastq.gz, but pysradb doesn't find it

import pysradb
web = pysradb.SRAweb()
web.sra_metadata(["DRR138997"], detailed=True)
  run_accession study_accession                                        study_title experiment_accession  ... ena_fastq_http_2 ena_fastq_ftp ena_fastq_ftp_1 ena_fastq_ftp_2
0     DRR138976       DRP004498  Accessible chromatin landscapes of vertebrate ...            DRX131714  ...             <NA>          <NA>            <NA>            <NA>
1     DRR138997       DRP004498  Accessible chromatin landscapes of vertebrate ...            DRX131714  ...             <NA>          <NA>            <NA>            <NA>

@Maarten-vd-Sande Maarten-vd-Sande added the bug Something isn't working label Jul 6, 2022
@saketkc
Copy link
Owner

saketkc commented Jul 17, 2022

Thanks - this was due to an upstream change in the ENA search url. 1.4.2 should fix it.

@saketkc saketkc closed this as completed Jul 17, 2022
@Maarten-vd-Sande
Copy link
Contributor Author

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants