pyworkflow.webservices.workflowhub module

class pyworkflow.webservices.workflowhub.WHTemplate(source, name, description, url)[source]

Bases: Template

loadContent()[source]

Download the file pointer by url and read the content

pyworkflow.webservices.workflowhub.get_wh_templates(template_id=None, organization='Scipion%20CNB')[source]

Returns a list of scipion templates available in workflow hub

pyworkflow.webservices.workflowhub.get_workflow_file_url(workflow_id, version)[source]
pyworkflow.webservices.workflowhub.make_request(url, asJson=True)[source]

Makes a request to the url and returns the json as a dictionary