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

S3 support ported from PR#38 #57

Closed aniewielska closed 2 years ago

aniewielska commented 2 years ago

S3 support ported from PR#38 by jvkersch. Additionally, I added the missing dependency and support for FTP URLs, which seemed to got lost in the original PR. Works for me with S3 and FTP as far as Hashsplitter goes ;/ Making tests pass would require some more work.

Credits to Zcowyzrg for help.