hi, I have a personal WGS BAM from YSEQ lab that I’d like to import to my usegalaxy.eu account directly because it’s too flat (134 Gb) for upload from my PC via FTP (Filezilla). I could transfer directly from YSEQ database to my Gdrive with google colab code:
admin-redacted
I made 4 part.bam by range and merged with cat after download.
Could I program by console this kind of direct transfer from cloud to usegalaxy?
thanks
Galaxy can import any data with a public URL link. This means not password protected but API keys can be involved.
Using the Google API should work. This would allow you to load files from your drive account – you can set the permissions to public sharing (anyone with a link). So, two steps but a potential solution that doesn’t involve a download. Splitting the files up into smaller chunks might be needed (what you seem to already be doing).
I’ve cross-posted this over to the Admin chat to see if there is more advice. If you could confirm that you are working at the UseGalaxy.eu public server that might be relevant.