diff env/lib/python3.9/site-packages/bioblend/_tests/data/workflow_with_parameter_input.ga @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/env/lib/python3.9/site-packages/bioblend/_tests/data/workflow_with_parameter_input.ga	Mon Mar 22 18:12:50 2021 +0000
@@ -0,0 +1,112 @@
+{
+    "a_galaxy_workflow": "true", 
+    "annotation": "", 
+    "format-version": "0.1", 
+    "name": "Workflow with parameter input", 
+    "steps": {
+        "0": {
+            "annotation": "", 
+            "content_id": null, 
+            "errors": null, 
+            "id": 0, 
+            "input_connections": {}, 
+            "inputs": [], 
+            "label": null, 
+            "name": "Input parameter", 
+            "outputs": [], 
+            "position": {
+                "left": 184, 
+                "top": 251.5
+            }, 
+            "tool_id": null, 
+            "tool_state": "{\"optional\": false, \"parameter_type\": \"text\"}", 
+            "tool_version": null, 
+            "type": "parameter_input", 
+            "uuid": "23e0b1bb-908c-4077-a75a-6898029ce21d", 
+            "workflow_outputs": [
+                {
+                    "label": null, 
+                    "output_name": "output", 
+                    "uuid": "da74dde6-e1f4-4602-b778-748670912508"
+                }
+            ]
+        }, 
+        "1": {
+            "annotation": "", 
+            "content_id": null, 
+            "errors": null, 
+            "id": 1, 
+            "input_connections": {}, 
+            "inputs": [], 
+            "label": null, 
+            "name": "Input dataset", 
+            "outputs": [], 
+            "position": {
+                "left": 186, 
+                "top": 342.5
+            }, 
+            "tool_id": null, 
+            "tool_state": "{\"optional\": false}", 
+            "tool_version": null, 
+            "type": "data_input", 
+            "uuid": "8c014439-d785-45d8-9c65-2453f31d28c7", 
+            "workflow_outputs": [
+                {
+                    "label": null, 
+                    "output_name": "output", 
+                    "uuid": "50d9c228-0e0e-4cef-b56b-71a015882f5f"
+                }
+            ]
+        }, 
+        "2": {
+            "annotation": "", 
+            "content_id": "addValue", 
+            "errors": null, 
+            "id": 2, 
+            "input_connections": {
+                "exp": {
+                    "id": 0, 
+                    "output_name": "output"
+                }, 
+                "input": {
+                    "id": 1, 
+                    "output_name": "output"
+                }
+            }, 
+            "inputs": [
+                {
+                    "description": "runtime parameter for tool Add column", 
+                    "name": "input"
+                }
+            ], 
+            "label": null, 
+            "name": "Add column", 
+            "outputs": [
+                {
+                    "name": "out_file1", 
+                    "type": "input"
+                }
+            ], 
+            "position": {
+                "left": 546, 
+                "top": 254.5
+            }, 
+            "post_job_actions": {}, 
+            "tool_id": "addValue", 
+            "tool_state": "{\"__page__\": null, \"input\": {\"__class__\": \"RuntimeValue\"}, \"__rerun_remap_job_id__\": null, \"exp\": {\"__class__\": \"ConnectedValue\"}, \"iterate\": \"no\"}", 
+            "tool_version": "1.0.0", 
+            "type": "tool", 
+            "uuid": "224d22f3-bb6d-444d-ae1d-744d6e035fbc", 
+            "workflow_outputs": [
+                {
+                    "label": null, 
+                    "output_name": "out_file1", 
+                    "uuid": "e19e9691-0fe7-43c9-8d90-28a7b901691f"
+                }
+            ]
+        }
+    }, 
+    "tags": [], 
+    "uuid": "90661668-5367-4f75-89b6-44a2ecb062df", 
+    "version": 1
+}
\ No newline at end of file