saketkc / pysradb

Package for fetching metadata and downloading data from SRA/ENA/GEO
https://saketkc.github.io/pysradb
BSD 3-Clause "New" or "Revised" License
303 stars 49 forks source link

[BUG] Download error #206

Open tzhu-bio opened 8 months ago

tzhu-bio commented 8 months ago

Describe the bug When I download the file using the following command, no error is reported, but the file content is empty, only the corresponding SRX folder.

To Reproduce pysradb download --srx SRX012382 SRX012383 SRX012384 SRX012385 SRX012386 SRX012387 SRX012388 SRX012389 SRX012390 SRX012391 --out-dir ./ --use_ascp --threads 8 --srp SRP001359

image

Desktop (please complete the following information):

saketkc commented 8 months ago

Thanks, this is a known issue. Please see https://github.com/saketkc/pysradb/issues/201#issuecomment-1843076201 for a workaround.