Mercurial > repos > jorrit > obo_test_workflows
changeset 0:b8cbb98d959d draft
Uploaded
author | jorrit |
---|---|
date | Mon, 18 Feb 2013 19:35:43 -0500 |
parents | |
children | 3062cd776391 |
files | Galaxy-Workflow-TestOboWorkflow1.ga README |
diffstat | 2 files changed, 38 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Galaxy-Workflow-TestOboWorkflow1.ga Mon Feb 18 19:35:43 2013 -0500 @@ -0,0 +1,32 @@ +{ + "a_galaxy_workflow": "true", + "annotation": "Testing Obo workflow", + "format-version": "0.1", + "name": "TestOboWorkflow1", + "steps": { + "0": { + "annotation": "", + "id": 0, + "input_connections": {}, + "inputs": [], + "name": "fetch remote ontology", + "outputs": [ + { + "name": "output", + "type": "obo" + } + ], + "position": { + "left": 105, + "top": 155 + }, + "post_job_actions": {}, + "tool_errors": null, + "tool_id": "testtoolshed.g2.bx.psu.edu/repos/jorrit/obotools/fetch-remote-ontology/0.0.14", + "tool_state": "{\"__page__\": 0, \"ont\": \"\\\"GO\\\"\"}", + "tool_version": "0.0.14", + "type": "tool", + "user_outputs": [] + } + } +} \ No newline at end of file