comparison workflows/check_alignment_design_file.ga @ 0:e979cb57a5d5 draft default tip

"planemo upload for repository https://github.com/McIntyre-Lab/BayesASE/tree/main/galaxy commit 9b70598ef46a73632d9e0fa0c6ce6776fb5e9d6a"
author malex
date Thu, 14 Jan 2021 21:51:36 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e979cb57a5d5
1 {
2 "a_galaxy_workflow": "true",
3 "annotation": "Verifies that the user-supplied Alignment Design file meets BASE requirements and that all FASTQ file names are unique. A TSV file containing unmet requirements, and any duplicate file names is output. **For formatting help, please see the BASE User Guide or the tool help section**\n",
4 "format-version": "0.1",
5 "name": "Check Alignment Design File ",
6 "steps": {
7 "0": {
8 "annotation": "Input the Design file matching the FASTQ files to their technical replicate and biological replicate numbers. **Must be sorted by biological replicate number**",
9 "content_id": null,
10 "errors": null,
11 "id": 0,
12 "input_connections": {},
13 "inputs": [
14 {
15 "description": "Input the Design file matching the FASTQ files to their technical replicate and biological replicate numbers. **Must be sorted by biological replicate number**",
16 "name": "Input Alignment Design File "
17 }
18 ],
19 "label": "Input Alignment Design File ",
20 "name": "Input dataset",
21 "outputs": [],
22 "position": {
23 "left": 174.41668701171875,
24 "top": 130.9166717529297
25 },
26 "tool_id": null,
27 "tool_state": "{\"optional\": false}",
28 "tool_version": null,
29 "type": "data_input",
30 "uuid": "26c77524-5651-478b-93a4-36b2bbd34ca7",
31 "workflow_outputs": [
32 {
33 "label": null,
34 "output_name": "output",
35 "uuid": "e5cd3e56-0c8a-461f-9084-9b22ced9abb9"
36 }
37 ]
38 },
39 "1": {
40 "annotation": "Ensures that user-supplied alignment design file aligns with BASE requirements and outputs a summary TSV file explaining what is wrong with design file, if needed. ",
41 "content_id": "base_check_alignment_design_file",
42 "errors": null,
43 "id": 1,
44 "input_connections": {
45 "design": {
46 "id": 0,
47 "output_name": "output"
48 }
49 },
50 "inputs": [],
51 "label": "Check Alignment Design File ",
52 "name": "Check Alignment Design File",
53 "outputs": [
54 {
55 "name": "dups",
56 "type": "tabular"
57 },
58 {
59 "name": "logfile",
60 "type": "tabular"
61 }
62 ],
63 "position": {
64 "left": 466.91668701171875,
65 "top": 201.91668701171875
66 },
67 "post_job_actions": {},
68 "tool_id": "base_check_alignment_design_file",
69 "tool_state": "{\"design\": {\"__class__\": \"ConnectedValue\"}, \"ext\": {\"__class__\": \"ConnectedValue\"}, \"fq\": {\"__class__\": \"ConnectedValue\"}, \"g1\": {\"__class__\": \"ConnectedValue\"}, \"g2\": {\"__class__\": \"ConnectedValue\"}, \"id\": {\"__class__\": \"ConnectedValue\"}, \"readlen\": {\"__class__\": \"ConnectedValue\"}, \"rep\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
70 "tool_version": "0.1.0",
71 "type": "tool",
72 "uuid": "897a9483-2a19-434c-9838-961f9df9b33d",
73 "workflow_outputs": [
74 {
75 "label": null,
76 "output_name": "dups",
77 "uuid": "963b7645-bb07-4483-bbc7-f6f2a6120a59"
78 },
79 {
80 "label": null,
81 "output_name": "logfile",
82 "uuid": "481d4d11-03ea-441c-a0e7-78d2e04dc823"
83 }
84 ]
85 }
86 },
87 "tags": [],
88 "uuid": "b295f3bb-d157-40dd-8496-441b95f076a6",
89 "version": 5
90 }