Files
galaxy/test/base/data/test_workflow_missing_tool.ga
T
John Chilton de35c85b65 Refactor API helpers for re-use in rest of test framework.
- Move api.helpers to base.populators.
- Refactor helper subclasses adapted to use bioblend instead of test framework stuff into base.populators for greater visibility.
- Refactor workflow format 2 testing stuff for reuse by Selenium.
2017-01-08 08:13:42 -05:00

87 lines
2.7 KiB
Plaintext

{
"a_galaxy_workflow": "true",
"annotation": "simple workflow",
"format-version": "0.1",
"name": "TestWorkflow1",
"steps": {
"0": {
"annotation": "input1 description",
"id": 0,
"input_connections": {},
"inputs": [
{
"description": "input1 description",
"name": "WorkflowInput1"
}
],
"name": "Input dataset",
"outputs": [],
"position": {
"left": 199.55555772781372,
"top": 200.66666460037231
},
"tool_errors": null,
"tool_id": null,
"tool_state": "{\"name\": \"WorkflowInput1\"}",
"tool_version": null,
"type": "data_input",
"user_outputs": []
},
"1": {
"annotation": "",
"id": 1,
"input_connections": {},
"inputs": [
{
"description": "",
"name": "WorkflowInput2"
}
],
"name": "Input dataset",
"outputs": [],
"position": {
"left": 206.22221422195435,
"top": 327.33335161209106
},
"tool_errors": null,
"tool_id": null,
"tool_state": "{\"name\": \"WorkflowInput2\"}",
"tool_version": null,
"type": "data_input",
"user_outputs": []
},
"2": {
"annotation": "",
"id": 2,
"input_connections": {
"input1": {
"id": 0,
"output_name": "output"
},
"queries_0|input2": {
"id": 1,
"output_name": "output"
}
},
"inputs": [],
"name": "Concatenate datasets",
"outputs": [
{
"name": "out_file1",
"type": "input"
}
],
"position": {
"left": 419.33335876464844,
"top": 200.44446563720703
},
"post_job_actions": {},
"tool_errors": null,
"tool_id": "cat_missing_tool",
"tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"input1\": \"null\", \"chromInfo\": \"\\\"/home/john/workspace/galaxy-central/tool-data/shared/ucsc/chrom/?.len\\\"\", \"queries\": \"[{\\\"input2\\\": null, \\\"__index__\\\": 0}]\"}",
"tool_version": "1.0.0",
"type": "tool",
"user_outputs": []
}
}
}