Documentation
¶
Index ¶
- func DownloadFile(file *cwl.File, download_path string, base_path string, ...) (err error)
- func MoveInputData(work *core.Workunit) (size int64, err error)
- func MoveInputIO(work *core.Workunit, io *core.IO, work_path string) (size int64, err error)
- func ProcessIOData(native interface{}, current_path string, base_path string, io_type string, ...) (count int, err error)
- func StatCacheFilePath(id string) (file_path string, err error)
- func UploadDirectory(dir *cwl.Directory, current_path string, shock_client *shock.ShockClient) (count int, err error)
- func UploadFile(file *cwl.File, inputfile_path string, shock_client *shock.ShockClient) (count int, err error)
- func UploadOutputData(work *core.Workunit, shock_client *shock.ShockClient) (size int64, err error)
- func UploadOutputIO(work *core.Workunit, io *core.IO) (size int64, new_node_id string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadFile ¶ added in v0.9.67
func MoveInputData ¶
fetch input data
func MoveInputIO ¶ added in v0.9.62
func ProcessIOData ¶ added in v0.9.67
func StatCacheFilePath ¶
func UploadDirectory ¶
func UploadFile ¶ added in v0.9.67
func UploadOutputData ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.