Skip to content

Commit 05e6b14

Browse files
committed
Try multiple workflows
1 parent 31cbe4f commit 05e6b14

File tree

4 files changed

+264
-0
lines changed

4 files changed

+264
-0
lines changed

.workflowhub.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
workflows:
2+
- path: .
3+
- path: another_workflow
Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
{
2+
"a_galaxy_workflow": "true",
3+
"annotation": "",
4+
"creator": [
5+
{
6+
"class": "Person",
7+
"identifier": "",
8+
"name": "Finn Bacall"
9+
}
10+
],
11+
"format-version": "0.1",
12+
"license": "MIT",
13+
"name": "Concat two files",
14+
"steps": {
15+
"0": {
16+
"annotation": "",
17+
"content_id": null,
18+
"errors": null,
19+
"id": 0,
20+
"input_connections": {},
21+
"inputs": [
22+
{
23+
"description": "",
24+
"name": "input1"
25+
}
26+
],
27+
"label": "input1",
28+
"name": "Input dataset",
29+
"outputs": [],
30+
"position": {
31+
"bottom": 254.1999969482422,
32+
"height": 61.19999694824219,
33+
"left": 393,
34+
"right": 593,
35+
"top": 193,
36+
"width": 200,
37+
"x": 393,
38+
"y": 193
39+
},
40+
"tool_id": null,
41+
"tool_state": "{\"optional\": false}",
42+
"tool_version": null,
43+
"type": "data_input",
44+
"uuid": "7a90b91e-b143-4aa3-923d-fbcca5994d60",
45+
"workflow_outputs": [
46+
{
47+
"label": null,
48+
"output_name": "output",
49+
"uuid": "1a510a60-afcc-4491-911b-3519da79f22d"
50+
}
51+
]
52+
},
53+
"1": {
54+
"annotation": "",
55+
"content_id": null,
56+
"errors": null,
57+
"id": 1,
58+
"input_connections": {},
59+
"inputs": [
60+
{
61+
"description": "",
62+
"name": "input2"
63+
}
64+
],
65+
"label": "input2",
66+
"name": "Input dataset",
67+
"outputs": [],
68+
"position": {
69+
"bottom": 374.1999969482422,
70+
"height": 61.19999694824219,
71+
"left": 393,
72+
"right": 593,
73+
"top": 313,
74+
"width": 200,
75+
"x": 393,
76+
"y": 313
77+
},
78+
"tool_id": null,
79+
"tool_state": "{\"optional\": false}",
80+
"tool_version": null,
81+
"type": "data_input",
82+
"uuid": "baa13f22-7e0c-4533-b12c-7d31caf0c9b3",
83+
"workflow_outputs": [
84+
{
85+
"label": null,
86+
"output_name": "output",
87+
"uuid": "1ded3ee7-d176-4385-8d1e-09b74af213fe"
88+
}
89+
]
90+
},
91+
"2": {
92+
"annotation": "",
93+
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/0.1.0",
94+
"errors": null,
95+
"id": 2,
96+
"input_connections": {
97+
"inputs": {
98+
"id": 0,
99+
"output_name": "output"
100+
},
101+
"queries_0|inputs2": {
102+
"id": 1,
103+
"output_name": "output"
104+
}
105+
},
106+
"inputs": [],
107+
"label": null,
108+
"name": "Concatenate datasets",
109+
"outputs": [
110+
{
111+
"name": "out_file1",
112+
"type": "input"
113+
}
114+
],
115+
"position": {
116+
"bottom": 336.1999969482422,
117+
"height": 143.1999969482422,
118+
"left": 613,
119+
"right": 813,
120+
"top": 193,
121+
"width": 200,
122+
"x": 613,
123+
"y": 193
124+
},
125+
"post_job_actions": {},
126+
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/0.1.0",
127+
"tool_shed_repository": {
128+
"changeset_revision": "ddf54b12c295",
129+
"name": "text_processing",
130+
"owner": "bgruening",
131+
"tool_shed": "toolshed.g2.bx.psu.edu"
132+
},
133+
"tool_state": "{\"__input_ext\": \"txt\", \"chromInfo\": \"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"inputs\": {\"__class__\": \"ConnectedValue\"}, \"queries\": [{\"__index__\": 0, \"inputs2\": {\"__class__\": \"ConnectedValue\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
134+
"tool_version": "0.1.0",
135+
"type": "tool",
136+
"uuid": "b2de7621-8ea3-4384-8f79-766ef38ebcfe",
137+
"workflow_outputs": [
138+
{
139+
"label": null,
140+
"output_name": "out_file1",
141+
"uuid": "cba40c62-d9bd-49e0-b636-48cfab67c107"
142+
}
143+
]
144+
}
145+
},
146+
"tags": [
147+
"cat"
148+
],
149+
"uuid": "94a9a580-75d1-434f-b2af-02017de43e23",
150+
"version": 1
151+
}

another_workflow/diagram.png

31.5 KB
Loading
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"@context": "https://w3id.org/ro/crate/1.1/context",
3+
"@graph": [
4+
{
5+
"@id": "ro-crate-metadata.json",
6+
"@type": "CreativeWork",
7+
"about": {
8+
"@id": "./"
9+
},
10+
"conformsTo": {
11+
"@id": "https://w3id.org/ro/crate/1.1"
12+
}
13+
},
14+
{
15+
"@id": "./",
16+
"@type": "Dataset",
17+
"conformsTo": [
18+
{
19+
"@id": "https://w3id.org/ro/crate/1.1"
20+
},
21+
{
22+
"@id": "https://w3id.org/workflowhub/workflow-ro-crate/1.0"
23+
}
24+
],
25+
"mainEntity": {
26+
"@id": "concat_two_files.ga"
27+
},
28+
"author": [
29+
30+
],
31+
"license": "MIT",
32+
"url": "https://github.com/seek4science/workflow-test-fixture-456",
33+
"version": 1,
34+
"name": "Concat two files via GHA - Another one",
35+
"description": "# workflow-test-fixture\r\nA workflow and associated files for use in SEEK's tests :)\r\n",
36+
"sdDatePublished": "2024-07-04 13:31:54 +0100",
37+
"hasPart": [
38+
{
39+
"@id": "concat_two_files.ga"
40+
},
41+
{
42+
"@id": "diagram.png"
43+
}
44+
]
45+
},
46+
{
47+
"@id": "concat_two_files.ga",
48+
"@type": [
49+
"File",
50+
"SoftwareSourceCode",
51+
"ComputationalWorkflow"
52+
],
53+
"contentSize": 4813,
54+
"programmingLanguage": {
55+
"@id": "#galaxy"
56+
},
57+
"image": {
58+
"@id": "diagram.png"
59+
},
60+
"dct:conformsTo": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE/",
61+
"description": "# workflow-test-fixture\r\nA workflow and associated files for use in SEEK's tests :)\r\n",
62+
"name": "Concat two files",
63+
"keywords": "cat",
64+
"version": 1,
65+
"license": "https://spdx.org/licenses/MIT",
66+
"creator": {
67+
"@id": "#Finn%20Bacall"
68+
},
69+
"dateCreated": "2024-07-04T12:31:49Z",
70+
"dateModified": "2024-07-04T12:31:49Z",
71+
"isPartOf": [
72+
73+
],
74+
"sdPublisher": {
75+
"@id": "http://about.workflowhub.eu"
76+
}
77+
},
78+
{
79+
"@id": "diagram.png",
80+
"@type": [
81+
"File",
82+
"ImageObject",
83+
"WorkflowSketch"
84+
],
85+
"contentSize": 32248
86+
},
87+
{
88+
"@id": "#Finn Bacall",
89+
"@type": "Person",
90+
"name": "Finn Bacall"
91+
},
92+
{
93+
"@id": "#galaxy",
94+
"@type": "ComputerLanguage",
95+
"name": "Galaxy",
96+
"identifier": {
97+
"@id": "https://galaxyproject.org/"
98+
},
99+
"url": {
100+
"@id": "https://galaxyproject.org/"
101+
}
102+
},
103+
{
104+
"@id": "http://about.workflowhub.eu",
105+
"@type": "Organization",
106+
"name": "WorkflowHub",
107+
"url": "http://about.workflowhub.eu"
108+
}
109+
]
110+
}

0 commit comments

Comments
 (0)