Kyle Ellrott
Kyle Ellrott
It looks like @jvkersch has been working on an S3 implementation in parallel, in #38 Is there any way to combine effort?
Awesome! We will try to get this tested and reviewed. This week is bit busy, so it might take a little time.
Initial testing, got a `bytes` to str error. Probably because I'm working Python 3.7.7 ``` Traceback (most recent call last): File "./cwl-tes", line 11, in cwl_tes.main.main(sys.argv[1:]) File "/Users/ellrott/workspaces/cwl-tes/cwl_tes/main.py", line 192,...
Also, add `minio` to requirements.txt
Looks like after the most recent merge of 0.4.0 branch, you'll need to re-do the requirements. The minio client isn't installed.
It looks like that between versions of CWL, the order of the tests was changed. The line https://github.com/ohsu-comp-bio/cwl-tes/blob/master/tests/test_conformance.py#L24 needs to be updated to skip the test with writable outputs. We'll...