-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hello,
Thanks for making this repo and data public. I have been working in the Way Lab for the past year to develop a tool for streaming IDR image data downloading and processing (IDR_stream). This tool was originally developed in 2022, and thus uses Aspera high-speed transfer client to download data from IDR at high speeds.
I attempted to run the command below within IDR_stream
to download a video:
sudo /home/roshankern/.aspera/ascli/sdk/ascp -TQ -l500m -P 33001 -i example_files/asperaweb_id_dsa.openssh idr0013@fasp.ebi.ac.uk:20150916-mitocheck-analysis/mitocheck/LT0001_02--ex2005_11_16--sp2005_02_17--tt17--c3/hdf5/00049_01.ch5 ../tmp/downloads/LT0001_02
This command had worked for me in the past but this time I got the following output:
Session Stop (Error: Server aborted session: Permission denied)
The IDR download page and #189 both indicate that downloading IDR data with Aspera is no longer possible.
Thus, I have the following questions:
- Is it still possible to download IDR data with Aspera?
- If yes, what is the best way to download this data? Do I need to modify my command or redownload the Aspera public key (I couldn't find a new version online)?
- If no, will FTP or IDR API be significantly slower for downloading image data? Is there any way to approach Aspera-like speeds with these other image downloading methods?
Thanks in advance!
Roshan