Skip to content

Commit

Permalink
Fix parameter labels and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 27, 2023
1 parent b6c72c7 commit 0953d81
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"a_galaxy_workflow": "true",
"annotation": "",
"annotation": "Scaffolding using HiC data with YAHS.",
"creator": [
{
"class": "Organization",
Expand All @@ -13,8 +13,8 @@
}
],
"format-version": "0.1",
"license": "CC-BY-4.0",
"release": "0.1.1",
"license": "CC-BY-4.0",
"name": "Scaffolding-HiC-VGP8",
"steps": {
"0": {
Expand Down Expand Up @@ -72,18 +72,18 @@
"workflow_outputs": []
},
"2": {
"annotation": "",
"annotation": "Provide lineage for BUSCO (e.g. Vertebrata)",
"content_id": null,
"errors": null,
"id": 2,
"input_connections": {},
"inputs": [
{
"description": "",
"name": "Provide lineage for BUSCO (e.g., Vertebrata)"
"description": "Provide lineage for BUSCO (e.g. Vertebrata)",
"name": "Lineage"
}
],
"label": "Provide lineage for BUSCO (e.g., Vertebrata)",
"label": "Lineage",
"name": "Input parameter",
"outputs": [],
"position": {
Expand Down Expand Up @@ -1122,15 +1122,15 @@
"uuid": "9e1fe0cc-77a8-4239-a139-14900a5fcc94",
"when": null,
"workflow_outputs": [
{
"label": "Busco Summary",
"output_name": "busco_sum",
"uuid": "b9937b4e-aed2-4fcf-aad2-1b56d65bed84"
},
{
"label": "Busco Summary image",
"output_name": "summary_image",
"uuid": "5e1fe01a-5d84-4deb-a30b-c2a2d4b46b61"
},
{
"label": "Busco Summary",
"output_name": "busco_sum",
"uuid": "b9937b4e-aed2-4fcf-aad2-1b56d65bed84"
}
]
},
Expand Down Expand Up @@ -1994,6 +1994,6 @@
"tags": [
"VGP_curated"
],
"uuid": "145b44d5-a080-4ceb-b54d-830fb8b16270",
"version": 7
}
"uuid": "2551cf72-6739-4ff1-a5ac-8f5061121fda",
"version": 3
}

0 comments on commit 0953d81

Please sign in to comment.