ohsu-comp-bio / cwl-tes

cwl-tes submits your tasks to a TES server. Task submission is parallelized when possible.
Apache License 2.0
18 stars 28 forks source link

Google storage and S3 support #6

Open adamstruck opened 7 years ago

adamstruck commented 7 years ago

May be able to start from: https://github.com/ohsu-comp-bio/tesseract/blob/master/tesseract/filestore.py

mr-c commented 6 years ago

Needs a matching StdFsAccess equivalent. I'm working on FTP, S3, and GridFTP for ELIXIR

AlexanderSenf commented 4 years ago

Has there been any progress towards enabling S3/FTP?

mr-c commented 4 years ago

@AlexanderSenf FTP was implemented, yes https://github.com/ohsu-comp-bio/cwl-tes/blob/master/cwl_tes/ftp.py

AlexanderSenf commented 4 years ago

Thank you!