comparison Galaxy-Workflow-CAPS_Marker_Design_from_VCF.ga @ 4:be070a68521e draft

Uploaded workflow from vcf file to CAPS
author john-mccallum
date Thu, 18 Oct 2012 19:47:07 -0400
parents
children
comparison
equal deleted inserted replaced
3:402c3f0fe807 4:be070a68521e
1 {
2 "a_galaxy_workflow": "true",
3 "annotation": "",
4 "format-version": "0.1",
5 "name": "CAPS Marker Design from VCF",
6 "steps": {
7 "0": {
8 "annotation": "",
9 "id": 0,
10 "input_connections": {},
11 "inputs": [
12 {
13 "description": "",
14 "name": "Input Multi fasta Dataset"
15 }
16 ],
17 "name": "Input dataset",
18 "outputs": [],
19 "position": {
20 "left": 214,
21 "top": 225
22 },
23 "tool_errors": null,
24 "tool_id": null,
25 "tool_state": "{\"name\": \"Input Multi fasta Dataset\"}",
26 "tool_version": null,
27 "type": "data_input",
28 "user_outputs": []
29 },
30 "1": {
31 "annotation": "",
32 "id": 1,
33 "input_connections": {},
34 "inputs": [
35 {
36 "description": "",
37 "name": "Input VCF Dataset"
38 }
39 ],
40 "name": "Input dataset",
41 "outputs": [],
42 "position": {
43 "left": 174,
44 "top": 592
45 },
46 "tool_errors": null,
47 "tool_id": null,
48 "tool_state": "{\"name\": \"Input VCF Dataset\"}",
49 "tool_version": null,
50 "type": "data_input",
51 "user_outputs": []
52 },
53 "2": {
54 "annotation": "",
55 "id": 2,
56 "input_connections": {
57 "inputVcf": {
58 "id": 1,
59 "output_name": "output"
60 }
61 },
62 "inputs": [],
63 "name": "Convert vcf to gff",
64 "outputs": [
65 {
66 "name": "outputfile",
67 "type": "gff3"
68 }
69 ],
70 "position": {
71 "left": 460.99998474121094,
72 "top": 568
73 },
74 "post_job_actions": {},
75 "tool_errors": null,
76 "tool_id": "toolshed.g2.bx.psu.edu/repos/john-mccallum/pcr_markers/vcf2gff_1/1.0.0",
77 "tool_state": "{\"inputVcf\": \"null\", \"chromInfo\": \"\\\"/opt/galaxy_workflow/galaxy-pfr-production-2/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__page__\": 0}",
78 "tool_version": "1.0.0",
79 "type": "tool",
80 "user_outputs": []
81 },
82 "3": {
83 "annotation": "Detect resitriction polymorphisms",
84 "id": 3,
85 "input_connections": {
86 "inputFasta": {
87 "id": 0,
88 "output_name": "output"
89 },
90 "inputSNPGff3File": {
91 "id": 2,
92 "output_name": "outputfile"
93 }
94 },
95 "inputs": [],
96 "name": "CAPS Detection",
97 "outputs": [
98 {
99 "name": "outputfile",
100 "type": "interval"
101 }
102 ],
103 "position": {
104 "left": 646.99998474121094,
105 "top": 382
106 },
107 "post_job_actions": {},
108 "tool_errors": null,
109 "tool_id": "toolshed.g2.bx.psu.edu/repos/john-mccallum/pcr_markers/CAPS_Marker_Design_2/1.0.0",
110 "tool_state": "{\"inputFasta\": \"null\", \"chromInfo\": \"\\\"/opt/galaxy_workflow/galaxy-pfr-production-2/tool-data/shared/ucsc/chrom/?.len\\\"\", \"inputSNPGff3File\": \"null\", \"__page__\": 0}",
111 "tool_version": "1.0.0",
112 "type": "tool",
113 "user_outputs": []
114 },
115 "4": {
116 "annotation": "get feature ID column",
117 "id": 4,
118 "input_connections": {
119 "input": {
120 "id": 3,
121 "output_name": "outputfile"
122 }
123 },
124 "inputs": [],
125 "name": "Cut",
126 "outputs": [
127 {
128 "name": "out_file1",
129 "type": "tabular"
130 }
131 ],
132 "position": {
133 "left": 892,
134 "top": 415
135 },
136 "post_job_actions": {},
137 "tool_errors": null,
138 "tool_id": "Cut1",
139 "tool_state": "{\"columnList\": \"\\\"c4\\\"\", \"input\": \"null\", \"delimiter\": \"\\\"T\\\"\", \"chromInfo\": \"\\\"/opt/galaxy_workflow/galaxy-pfr-production-2/tool-data/shared/ucsc/chrom/?.len\\\"\", \"__page__\": 0}",
140 "tool_version": "1.0.1",
141 "type": "tool",
142 "user_outputs": []
143 },
144 "5": {
145 "annotation": "",
146 "id": 5,
147 "input_connections": {
148 "inputSNPfile": {
149 "id": 2,
150 "output_name": "outputfile"
151 },
152 "inputTargetfile": {
153 "id": 4,
154 "output_name": "out_file1"
155 },
156 "inputfastaFile": {
157 "id": 0,
158 "output_name": "output"
159 }
160 },
161 "inputs": [
162 {
163 "description": "runtime parameter for tool Design primers to features",
164 "name": "min_size"
165 },
166 {
167 "description": "runtime parameter for tool Design primers to features",
168 "name": "max_size"
169 }
170 ],
171 "name": "Design primers to features",
172 "outputs": [
173 {
174 "name": "primer_outputfile",
175 "type": "tabular"
176 }
177 ],
178 "position": {
179 "left": 1186,
180 "top": 382
181 },
182 "post_job_actions": {
183 "RenameDatasetActionprimer_outputfile": {
184 "action_arguments": {
185 "newname": "PrimerPairs"
186 },
187 "action_type": "RenameDatasetAction",
188 "output_name": "primer_outputfile"
189 }
190 },
191 "tool_errors": null,
192 "tool_id": "toolshed.g2.bx.psu.edu/repos/john-mccallum/pcr_markers/Genetic_Marker_Design_2/1.0.0",
193 "tool_state": "{\"__page__\": 0, \"inputTargetfile\": \"null\", \"inputfastaFile\": \"null\", \"min_size\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"inputSNPfile\": \"null\", \"chromInfo\": \"\\\"/opt/galaxy_workflow/galaxy-pfr-production-2/tool-data/shared/ucsc/chrom/?.len\\\"\", \"max_size\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}",
194 "tool_version": "1.0.0",
195 "type": "tool",
196 "user_outputs": []
197 },
198 "6": {
199 "annotation": "",
200 "id": 6,
201 "input_connections": {
202 "input": {
203 "id": 5,
204 "output_name": "primer_outputfile"
205 }
206 },
207 "inputs": [],
208 "name": "Select",
209 "outputs": [
210 {
211 "name": "out_file1",
212 "type": "input"
213 }
214 ],
215 "position": {
216 "left": 1406,
217 "top": 382
218 },
219 "post_job_actions": {
220 "RenameDatasetActionout_file1": {
221 "action_arguments": {
222 "newname": "SuccessfulDesignSets"
223 },
224 "action_type": "RenameDatasetAction",
225 "output_name": "out_file1"
226 }
227 },
228 "tool_errors": null,
229 "tool_id": "Grep1",
230 "tool_state": "{\"__page__\": 0, \"input\": \"null\", \"invert\": \"\\\"true\\\"\", \"chromInfo\": \"\\\"/opt/galaxy_workflow/galaxy-pfr-production-2/tool-data/shared/ucsc/chrom/?.len\\\"\", \"pattern\": \"\\\"NONE\\\"\"}",
231 "tool_version": "1.0.1",
232 "type": "tool",
233 "user_outputs": []
234 },
235 "7": {
236 "annotation": "",
237 "id": 7,
238 "input_connections": {
239 "inputFile": {
240 "id": 6,
241 "output_name": "out_file1"
242 }
243 },
244 "inputs": [],
245 "name": "Unique",
246 "outputs": [
247 {
248 "name": "outputfile",
249 "type": "txt"
250 }
251 ],
252 "position": {
253 "left": 1625.9999389648438,
254 "top": 382
255 },
256 "post_job_actions": {
257 "RenameDatasetActionoutputfile": {
258 "action_arguments": {
259 "newname": "UniquePrimerSets"
260 },
261 "action_type": "RenameDatasetAction",
262 "output_name": "outputfile"
263 }
264 },
265 "tool_errors": null,
266 "tool_id": "toolshed.g2.bx.psu.edu/repos/john-mccallum/pcr_markers/uni_Mask_1/1.0.0",
267 "tool_state": "{\"__page__\": 0, \"chromInfo\": \"\\\"/opt/galaxy_workflow/galaxy-pfr-production-2/tool-data/shared/ucsc/chrom/?.len\\\"\", \"inputFile\": \"null\"}",
268 "tool_version": "1.0.0",
269 "type": "tool",
270 "user_outputs": []
271 }
272 }
273 }