Mercurial > repos > aaronpetkau > assembly_single_end
comparison assembly_single_end_workflow.ga @ 7:37f2f0461661 draft default tip
Uploaded
| author | aaronpetkau |
|---|---|
| date | Sun, 05 Jul 2015 09:51:33 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 6:cf29452b3583 | 7:37f2f0461661 |
|---|---|
| 1 { | |
| 2 "a_galaxy_workflow": "true", | |
| 3 "annotation": "", | |
| 4 "format-version": "0.1", | |
| 5 "name": "denovo assembly", | |
| 6 "steps": { | |
| 7 "0": { | |
| 8 "annotation": "The input sequence reads.", | |
| 9 "id": 0, | |
| 10 "input_connections": {}, | |
| 11 "inputs": [ | |
| 12 { | |
| 13 "description": "The input sequence reads.", | |
| 14 "name": "sequence_reads" | |
| 15 } | |
| 16 ], | |
| 17 "label": null, | |
| 18 "name": "Input dataset", | |
| 19 "outputs": [], | |
| 20 "position": { | |
| 21 "left": 200, | |
| 22 "top": 200 | |
| 23 }, | |
| 24 "tool_errors": null, | |
| 25 "tool_id": null, | |
| 26 "tool_state": "{\"name\": \"sequence_reads\"}", | |
| 27 "tool_version": null, | |
| 28 "type": "data_input", | |
| 29 "user_outputs": [], | |
| 30 "uuid": "160ccf74-1495-499a-a3a1-e62f50cf4cdb" | |
| 31 }, | |
| 32 "1": { | |
| 33 "annotation": "", | |
| 34 "id": 1, | |
| 35 "input_connections": { | |
| 36 "libraries_0|files_0|file_type|unpaired_reads": { | |
| 37 "id": 0, | |
| 38 "output_name": "output" | |
| 39 } | |
| 40 }, | |
| 41 "inputs": [], | |
| 42 "label": null, | |
| 43 "name": "spades", | |
| 44 "outputs": [ | |
| 45 { | |
| 46 "name": "out_contigs", | |
| 47 "type": "fasta" | |
| 48 }, | |
| 49 { | |
| 50 "name": "out_contig_stats", | |
| 51 "type": "tabular" | |
| 52 }, | |
| 53 { | |
| 54 "name": "out_scaffolds", | |
| 55 "type": "fasta" | |
| 56 }, | |
| 57 { | |
| 58 "name": "out_scaffold_stats", | |
| 59 "type": "tabular" | |
| 60 }, | |
| 61 { | |
| 62 "name": "out_log", | |
| 63 "type": "txt" | |
| 64 } | |
| 65 ], | |
| 66 "position": { | |
| 67 "left": 428, | |
| 68 "top": 200 | |
| 69 }, | |
| 70 "post_job_actions": { | |
| 71 "HideDatasetActionout_contig_stats": { | |
| 72 "action_arguments": {}, | |
| 73 "action_type": "HideDatasetAction", | |
| 74 "output_name": "out_contig_stats" | |
| 75 }, | |
| 76 "HideDatasetActionout_contigs": { | |
| 77 "action_arguments": {}, | |
| 78 "action_type": "HideDatasetAction", | |
| 79 "output_name": "out_contigs" | |
| 80 }, | |
| 81 "HideDatasetActionout_log": { | |
| 82 "action_arguments": {}, | |
| 83 "action_type": "HideDatasetAction", | |
| 84 "output_name": "out_log" | |
| 85 }, | |
| 86 "HideDatasetActionout_scaffold_stats": { | |
| 87 "action_arguments": {}, | |
| 88 "action_type": "HideDatasetAction", | |
| 89 "output_name": "out_scaffold_stats" | |
| 90 }, | |
| 91 "HideDatasetActionout_scaffolds": { | |
| 92 "action_arguments": {}, | |
| 93 "action_type": "HideDatasetAction", | |
| 94 "output_name": "out_scaffolds" | |
| 95 } | |
| 96 }, | |
| 97 "tool_errors": null, | |
| 98 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/lionelguy/spades/spades/1.0", | |
| 99 "tool_state": "{\"__page__\": 0, \"iontorrent\": \"\\\"False\\\"\", \"kmers\": \"\\\"21,33,55,77,99,127\\\"\", \"cov\": \"{\\\"state\\\": \\\"off\\\", \\\"__current_case__\\\": 0}\", \"__rerun_remap_job_id__\": null, \"nanopore\": \"[]\", \"libraries\": \"[{\\\"lib_type\\\": \\\"paired_end\\\", \\\"__index__\\\": 0, \\\"orientation\\\": \\\"fr\\\", \\\"files\\\": [{\\\"file_type\\\": {\\\"type\\\": \\\"unpaired\\\", \\\"unpaired_reads\\\": null, \\\"__current_case__\\\": 2}, \\\"__index__\\\": 0}]}]\", \"onlyassembler\": \"\\\"False\\\"\", \"trustedcontigs\": \"[]\", \"pacbio\": \"[]\", \"sc\": \"\\\"False\\\"\", \"untrustedcontigs\": \"[]\", \"sanger\": \"[]\", \"careful\": \"\\\"True\\\"\"}", | |
| 100 "tool_version": "1.0", | |
| 101 "type": "tool", | |
| 102 "user_outputs": [], | |
| 103 "uuid": "ebef4b3f-b086-4559-9e25-2dccf3eae18e" | |
| 104 }, | |
| 105 "2": { | |
| 106 "annotation": "", | |
| 107 "id": 2, | |
| 108 "input_connections": { | |
| 109 "input": { | |
| 110 "id": 1, | |
| 111 "output_name": "out_contig_stats" | |
| 112 } | |
| 113 }, | |
| 114 "inputs": [], | |
| 115 "label": null, | |
| 116 "name": "Column Regex Find And Replace", | |
| 117 "outputs": [ | |
| 118 { | |
| 119 "name": "out_file1", | |
| 120 "type": "input" | |
| 121 } | |
| 122 ], | |
| 123 "position": { | |
| 124 "left": 731, | |
| 125 "top": 200 | |
| 126 }, | |
| 127 "post_job_actions": { | |
| 128 "HideDatasetActionout_file1": { | |
| 129 "action_arguments": {}, | |
| 130 "action_type": "HideDatasetAction", | |
| 131 "output_name": "out_file1" | |
| 132 } | |
| 133 }, | |
| 134 "tool_errors": null, | |
| 135 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/aaronpetkau/regex_find_replace/regexColumn1/0.1.0", | |
| 136 "tool_state": "{\"__page__\": 0, \"field\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"3\\\"}\", \"__rerun_remap_job_id__\": null, \"checks\": \"[{\\\"__index__\\\": 0, \\\"replacement\\\": \\\"0.000000000000000001\\\", \\\"pattern\\\": \\\"^0$\\\"}]\", \"input\": \"null\"}", | |
| 137 "tool_version": "0.1.0", | |
| 138 "type": "tool", | |
| 139 "user_outputs": [], | |
| 140 "uuid": "1f0689d0-3cb8-4985-a89a-ebc935f40100" | |
| 141 }, | |
| 142 "3": { | |
| 143 "annotation": "", | |
| 144 "id": 3, | |
| 145 "input_connections": { | |
| 146 "fasta_input": { | |
| 147 "id": 1, | |
| 148 "output_name": "out_contigs" | |
| 149 }, | |
| 150 "tab_input": { | |
| 151 "id": 2, | |
| 152 "output_name": "out_file1" | |
| 153 } | |
| 154 }, | |
| 155 "inputs": [], | |
| 156 "label": null, | |
| 157 "name": "Filter SPAdes repeats", | |
| 158 "outputs": [ | |
| 159 { | |
| 160 "name": "output_with_repeats", | |
| 161 "type": "fasta" | |
| 162 }, | |
| 163 { | |
| 164 "name": "output_without_repeats", | |
| 165 "type": "fasta" | |
| 166 }, | |
| 167 { | |
| 168 "name": "repeat_sequences_only", | |
| 169 "type": "fasta" | |
| 170 }, | |
| 171 { | |
| 172 "name": "discarded_sequences", | |
| 173 "type": "fasta" | |
| 174 }, | |
| 175 { | |
| 176 "name": "summary", | |
| 177 "type": "txt" | |
| 178 } | |
| 179 ], | |
| 180 "position": { | |
| 181 "left": 1036, | |
| 182 "top": 200 | |
| 183 }, | |
| 184 "post_job_actions": { | |
| 185 "HideDatasetActiondiscarded_sequences": { | |
| 186 "action_arguments": {}, | |
| 187 "action_type": "HideDatasetAction", | |
| 188 "output_name": "discarded_sequences" | |
| 189 }, | |
| 190 "HideDatasetActionoutput_without_repeats": { | |
| 191 "action_arguments": {}, | |
| 192 "action_type": "HideDatasetAction", | |
| 193 "output_name": "output_without_repeats" | |
| 194 }, | |
| 195 "HideDatasetActionrepeat_sequences_only": { | |
| 196 "action_arguments": {}, | |
| 197 "action_type": "HideDatasetAction", | |
| 198 "output_name": "repeat_sequences_only" | |
| 199 }, | |
| 200 "RenameDatasetActionoutput_with_repeats": { | |
| 201 "action_arguments": { | |
| 202 "newname": "contigs_with_repeats.fasta" | |
| 203 }, | |
| 204 "action_type": "RenameDatasetAction", | |
| 205 "output_name": "output_with_repeats" | |
| 206 }, | |
| 207 "RenameDatasetActionsummary": { | |
| 208 "action_arguments": { | |
| 209 "newname": "filter_spades_repeats_summary.txt" | |
| 210 }, | |
| 211 "action_type": "RenameDatasetAction", | |
| 212 "output_name": "summary" | |
| 213 } | |
| 214 }, | |
| 215 "tool_errors": null, | |
| 216 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/aaronpetkau/filter_spades_repeats/filter_spades_repeat/1.0.0", | |
| 217 "tool_state": "{\"__page__\": 0, \"len_cutoff\": \"\\\"1000\\\"\", \"rep_cutoff\": \"\\\"1.75\\\"\", \"__rerun_remap_job_id__\": null, \"keep_leftover\": \"\\\"yes\\\"\", \"tab_input\": \"null\", \"cov_len_cutoff\": \"\\\"5000\\\"\", \"print_summary\": \"\\\"yes\\\"\", \"cov_cutoff\": \"\\\"0.33\\\"\", \"fasta_input\": \"null\"}", | |
| 218 "tool_version": "1.0.0", | |
| 219 "type": "tool", | |
| 220 "user_outputs": [], | |
| 221 "uuid": "2fe5db93-8232-4248-b3c5-8ad71214762c" | |
| 222 }, | |
| 223 "4": { | |
| 224 "annotation": "", | |
| 225 "id": 4, | |
| 226 "input_connections": { | |
| 227 "input": { | |
| 228 "id": 3, | |
| 229 "output_name": "output_with_repeats" | |
| 230 } | |
| 231 }, | |
| 232 "inputs": [], | |
| 233 "label": null, | |
| 234 "name": "assemblystats", | |
| 235 "outputs": [ | |
| 236 { | |
| 237 "name": "stats", | |
| 238 "type": "tabular" | |
| 239 }, | |
| 240 { | |
| 241 "name": "sortedcontigs", | |
| 242 "type": "fasta" | |
| 243 }, | |
| 244 { | |
| 245 "name": "histogrampng", | |
| 246 "type": "png" | |
| 247 }, | |
| 248 { | |
| 249 "name": "summedcontigspng", | |
| 250 "type": "png" | |
| 251 }, | |
| 252 { | |
| 253 "name": "histogramdata", | |
| 254 "type": "tabular" | |
| 255 }, | |
| 256 { | |
| 257 "name": "summedcontigdata", | |
| 258 "type": "tabular" | |
| 259 } | |
| 260 ], | |
| 261 "position": { | |
| 262 "left": 1320, | |
| 263 "top": 200 | |
| 264 }, | |
| 265 "post_job_actions": { | |
| 266 "HideDatasetActionhistogramdata": { | |
| 267 "action_arguments": {}, | |
| 268 "action_type": "HideDatasetAction", | |
| 269 "output_name": "histogramdata" | |
| 270 }, | |
| 271 "HideDatasetActionhistogrampng": { | |
| 272 "action_arguments": {}, | |
| 273 "action_type": "HideDatasetAction", | |
| 274 "output_name": "histogrampng" | |
| 275 }, | |
| 276 "HideDatasetActionsortedcontigs": { | |
| 277 "action_arguments": {}, | |
| 278 "action_type": "HideDatasetAction", | |
| 279 "output_name": "sortedcontigs" | |
| 280 }, | |
| 281 "HideDatasetActionsummedcontigdata": { | |
| 282 "action_arguments": {}, | |
| 283 "action_type": "HideDatasetAction", | |
| 284 "output_name": "summedcontigdata" | |
| 285 }, | |
| 286 "HideDatasetActionsummedcontigspng": { | |
| 287 "action_arguments": {}, | |
| 288 "action_type": "HideDatasetAction", | |
| 289 "output_name": "summedcontigspng" | |
| 290 }, | |
| 291 "RenameDatasetActionstats": { | |
| 292 "action_arguments": { | |
| 293 "newname": "contigs_with_repeats_stats" | |
| 294 }, | |
| 295 "action_type": "RenameDatasetAction", | |
| 296 "output_name": "stats" | |
| 297 } | |
| 298 }, | |
| 299 "tool_errors": null, | |
| 300 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/aaronpetkau/assemblystats/assemblystats/1.0.2", | |
| 301 "tool_state": "{\"__page__\": 0, \"input_type\": \"\\\"contig\\\"\", \"__rerun_remap_job_id__\": null, \"bucket\": \"\\\"False\\\"\", \"all_outputs\": \"\\\"False\\\"\", \"input\": \"null\"}", | |
| 302 "tool_version": "1.0.2", | |
| 303 "type": "tool", | |
| 304 "user_outputs": [], | |
| 305 "uuid": "8af6f2d0-048d-4ea9-b60d-5c4e4e82d52d" | |
| 306 } | |
| 307 }, | |
| 308 "uuid": "e6768ba7-13c9-4c9e-8593-258fc51351eb" | |
| 309 } |
