展开

nextflow api

最后发布时间 : 2023-09-16 09:02:52 浏览量 :

学习资料

生信小木屋

nextflow-api

生信小木屋

EndpointMethodDescription
/api/workflowsGETList all workflow instances
/api/workflowsPOSTCreate a workflow instance
/api/workflows/{id}GETGet a workflow instance
/api/workflows/{id}POSTUpdate a workflow instance
/api/workflows/{id}DELETEDelete a workflow instance
/api/workflows/{id}/uploadPOSTUpload input files to a workflow instance
/api/workflows/{id}/launchPOSTLaunch a workflow instance
/api/workflows/{id}/logGETGet the log of a workflow instance
/api/workflows/{id}/downloadGETDownload the output data as a tarball
/api/tasksGETList all tasks
/api/tasksPOSTSave a task (used by Nextflow)

nf-cloud

生信小木屋

Task事件

process_completed

completed