Add new remote action "remote_transfer".
This action will transfer files via URL get/post (using pycurl currently). Added test case (including dummy app to mock a potential Galaxy files API) to test this functionality. Still more work to do - there is no way to populate such urls during setup process and Galaxy still doesn't have a job files API in order to access these files.
Showing
- lwr/framework.py 10 additions, 6 deletionslwr/framework.py
- lwr/lwr_client/action_mapper.py 51 additions, 4 deletionslwr/lwr_client/action_mapper.py
- lwr/lwr_client/transport/__init__.py 6 additions, 1 deletionlwr/lwr_client/transport/__init__.py
- lwr/lwr_client/transport/curl.py 32 additions, 10 deletionslwr/lwr_client/transport/curl.py
- lwr/managers/staging/postprocess.py 1 addition, 6 deletionslwr/managers/staging/postprocess.py
- test/test_utils.py 6 additions, 0 deletionstest/test_utils.py
- test/transfer_action_test.py 83 additions, 0 deletionstest/transfer_action_test.py
Loading
Please register or sign in to comment