annotate secreted_protein_workflow.ga @ 0:3a6de5cb858d draft

Uploaded first attempt at a workflow with dependencies on the Tool Shed
author peterjc
date Mon, 06 May 2013 11:11:11 -0400
parents
children 36b2c2b5051e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
1 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
2 "a_galaxy_workflow": "true",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
3 "annotation": "Runs SignalP v3.0 and TMHMM v2.0 to look for secreted proteins.",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
4 "format-version": "0.1",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
5 "name": "Find secreted proteins with TMHMM and SignalP",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
6 "steps": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
7 "0": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
8 "annotation": "",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
9 "id": 0,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
10 "input_connections": {},
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
11 "inputs": [
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
12 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
13 "description": "",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
14 "name": "Input Dataset"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
15 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
16 ],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
17 "name": "Input dataset",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
18 "outputs": [],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
19 "position": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
20 "left": 200,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
21 "top": 200
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
22 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
23 "tool_errors": null,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
24 "tool_id": null,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
25 "tool_state": "{\"name\": \"Input Dataset\"}",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
26 "tool_version": null,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
27 "type": "data_input",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
28 "user_outputs": []
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
29 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
30 "1": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
31 "annotation": "",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
32 "id": 1,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
33 "input_connections": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
34 "fasta_file": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
35 "id": 0,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
36 "output_name": "output"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
37 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
38 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
39 "inputs": [
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
40 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
41 "description": "runtime parameter for tool SignalP 3.0",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
42 "name": "organism"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
43 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
44 ],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
45 "name": "SignalP 3.0",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
46 "outputs": [
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
47 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
48 "name": "tabular_file",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
49 "type": "tabular"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
50 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
51 ],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
52 "position": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
53 "left": 240,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
54 "top": 341
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
55 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
56 "post_job_actions": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
57 "HideDatasetActiontabular_file": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
58 "action_arguments": {},
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
59 "action_type": "HideDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
60 "output_name": "tabular_file"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
61 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
62 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
63 "tool_errors": null,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
64 "tool_id": "signalp3",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
65 "tool_state": "{\"organism\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"fasta_file\": \"null\", \"chromInfo\": \"\\\"/opt/galaxy-dist/tool-data/shared/ucsc/chrom/?.len\\\"\", \"truncate\": \"\\\"60\\\"\", \"__page__\": 0}",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
66 "tool_version": "0.0.8",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
67 "type": "tool",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
68 "user_outputs": []
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
69 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
70 "2": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
71 "annotation": "Select proteins with predicted signal peptide (SignalP NN D-Score or HMM)",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
72 "id": 2,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
73 "input_connections": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
74 "input": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
75 "id": 1,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
76 "output_name": "tabular_file"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
77 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
78 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
79 "inputs": [],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
80 "name": "Filter",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
81 "outputs": [
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
82 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
83 "name": "out_file1",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
84 "type": "input"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
85 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
86 ],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
87 "position": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
88 "left": 323,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
89 "top": 528
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
90 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
91 "post_job_actions": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
92 "HideDatasetActionout_file1": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
93 "action_arguments": {},
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
94 "action_type": "HideDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
95 "output_name": "out_file1"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
96 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
97 "RenameDatasetActionout_file1": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
98 "action_arguments": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
99 "newname": "Filtered SignalP results"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
100 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
101 "action_type": "RenameDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
102 "output_name": "out_file1"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
103 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
104 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
105 "tool_errors": null,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
106 "tool_id": "Filter1",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
107 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c14=='Y' or c15=='S'\\\"\", \"chromInfo\": \"\\\"/opt/galaxy-dist/tool-data/shared/ucsc/chrom/?.len\\\"\", \"input\": \"null\"}",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
108 "tool_version": "1.1.0",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
109 "type": "tool",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
110 "user_outputs": []
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
111 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
112 "3": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
113 "annotation": "Select those sequences with signal peptides.",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
114 "id": 3,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
115 "input_connections": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
116 "input_file": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
117 "id": 0,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
118 "output_name": "output"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
119 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
120 "input_tabular": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
121 "id": 2,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
122 "output_name": "out_file1"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
123 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
124 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
125 "inputs": [],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
126 "name": "Filter sequences by ID",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
127 "outputs": [
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
128 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
129 "name": "output_pos",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
130 "type": "fasta"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
131 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
132 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
133 "name": "output_neg",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
134 "type": "fasta"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
135 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
136 ],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
137 "position": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
138 "left": 527,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
139 "top": 200
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
140 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
141 "post_job_actions": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
142 "HideDatasetActionoutput_neg": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
143 "action_arguments": {},
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
144 "action_type": "HideDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
145 "output_name": "output_neg"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
146 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
147 "HideDatasetActionoutput_pos": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
148 "action_arguments": {},
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
149 "action_type": "HideDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
150 "output_name": "output_pos"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
151 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
152 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
153 "tool_errors": null,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
154 "tool_id": "seq_filter_by_id",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
155 "tool_state": "{\"__page__\": 0, \"output_choice_cond\": \"{\\\"output_choice\\\": \\\"pos\\\", \\\"__current_case__\\\": 1}\", \"input_file\": \"null\", \"input_tabular\": \"null\", \"chromInfo\": \"\\\"/opt/galaxy-dist/tool-data/shared/ucsc/chrom/?.len\\\"\", \"columns\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": [\\\"1\\\"]}\"}",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
156 "tool_version": "0.0.1",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
157 "type": "tool",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
158 "user_outputs": []
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
159 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
160 "4": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
161 "annotation": "",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
162 "id": 4,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
163 "input_connections": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
164 "fasta_file": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
165 "id": 3,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
166 "output_name": "output_pos"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
167 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
168 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
169 "inputs": [],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
170 "name": "TMHMM 2.0",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
171 "outputs": [
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
172 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
173 "name": "tabular_file",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
174 "type": "tabular"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
175 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
176 ],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
177 "position": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
178 "left": 643,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
179 "top": 443
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
180 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
181 "post_job_actions": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
182 "HideDatasetActiontabular_file": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
183 "action_arguments": {},
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
184 "action_type": "HideDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
185 "output_name": "tabular_file"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
186 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
187 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
188 "tool_errors": null,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
189 "tool_id": "tmhmm2",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
190 "tool_state": "{\"__page__\": 0, \"fasta_file\": \"null\", \"chromInfo\": \"\\\"/opt/galaxy-dist/tool-data/shared/ucsc/chrom/?.len\\\"\"}",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
191 "tool_version": "0.0.7",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
192 "type": "tool",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
193 "user_outputs": []
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
194 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
195 "5": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
196 "annotation": "Select proteins with no predicted transmembrane helices.",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
197 "id": 5,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
198 "input_connections": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
199 "input": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
200 "id": 4,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
201 "output_name": "tabular_file"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
202 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
203 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
204 "inputs": [],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
205 "name": "Filter",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
206 "outputs": [
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
207 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
208 "name": "out_file1",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
209 "type": "input"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
210 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
211 ],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
212 "position": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
213 "left": 729,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
214 "top": 566
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
215 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
216 "post_job_actions": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
217 "HideDatasetActionout_file1": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
218 "action_arguments": {},
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
219 "action_type": "HideDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
220 "output_name": "out_file1"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
221 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
222 "RenameDatasetActionout_file1": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
223 "action_arguments": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
224 "newname": "Filtered TMHMM results"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
225 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
226 "action_type": "RenameDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
227 "output_name": "out_file1"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
228 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
229 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
230 "tool_errors": null,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
231 "tool_id": "Filter1",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
232 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c5== 0\\\"\", \"chromInfo\": \"\\\"/opt/galaxy-dist/tool-data/shared/ucsc/chrom/?.len\\\"\", \"input\": \"null\"}",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
233 "tool_version": "1.1.0",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
234 "type": "tool",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
235 "user_outputs": []
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
236 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
237 "6": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
238 "annotation": "Select those sequences with no transmembrane helices (from those with signal peptides).",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
239 "id": 6,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
240 "input_connections": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
241 "input_file": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
242 "id": 3,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
243 "output_name": "output_pos"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
244 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
245 "input_tabular": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
246 "id": 5,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
247 "output_name": "out_file1"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
248 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
249 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
250 "inputs": [],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
251 "name": "Filter sequences by ID",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
252 "outputs": [
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
253 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
254 "name": "output_pos",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
255 "type": "fasta"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
256 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
257 {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
258 "name": "output_neg",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
259 "type": "fasta"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
260 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
261 ],
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
262 "position": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
263 "left": 893,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
264 "top": 281
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
265 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
266 "post_job_actions": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
267 "HideDatasetActionoutput_neg": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
268 "action_arguments": {},
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
269 "action_type": "HideDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
270 "output_name": "output_neg"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
271 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
272 "RenameDatasetActionoutput_pos": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
273 "action_arguments": {
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
274 "newname": "Secreted proteins"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
275 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
276 "action_type": "RenameDatasetAction",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
277 "output_name": "output_pos"
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
278 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
279 },
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
280 "tool_errors": null,
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
281 "tool_id": "seq_filter_by_id",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
282 "tool_state": "{\"__page__\": 0, \"output_choice_cond\": \"{\\\"output_choice\\\": \\\"pos\\\", \\\"__current_case__\\\": 1}\", \"input_file\": \"null\", \"input_tabular\": \"null\", \"chromInfo\": \"\\\"/opt/galaxy-dist/tool-data/shared/ucsc/chrom/?.len\\\"\", \"columns\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": [\\\"1\\\"]}\"}",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
283 "tool_version": "0.0.1",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
284 "type": "tool",
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
285 "user_outputs": []
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
286 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
287 }
3a6de5cb858d Uploaded first attempt at a workflow with dependencies on the Tool Shed
peterjc
parents:
diff changeset
288 }