Skip to content

Commit

Permalink
remove display workflow as image from the report
Browse files Browse the repository at this point in the history
  • Loading branch information
Delphine-L committed Jul 16, 2024
1 parent 5f156c1 commit 839005f
Showing 1 changed file with 15 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"release":"0.1.6",
"name": "kmer-profiling-hifi-VGP1",
"report": {
"markdown": "\n# Workflow Execution Report\n\n\n```galaxy\ninvocation_time()\n```\n\n\n```galaxy\nhistory_dataset_as_image(output=\"GenomeScope linear plot\")\n```\n\n```galaxy\nhistory_dataset_as_image(output=\"GenomeScope log plot\")\n```\n\n```galaxy\nhistory_dataset_as_image(output=\"GenomeScope transformed linear plot\")\n```\n\n```galaxy\nhistory_dataset_as_image(output=\"GenomeScope transformed log plot\")\n```\n\n\n```galaxy\nworkflow_image()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
"markdown": "\n# Workflow Execution Report\n\n\n```galaxy\ninvocation_time()\n```\n\n\n```galaxy\nhistory_dataset_as_image(output=\"GenomeScope linear plot\")\n```\n\n```galaxy\nhistory_dataset_as_image(output=\"GenomeScope log plot\")\n```\n\n```galaxy\nhistory_dataset_as_image(output=\"GenomeScope transformed linear plot\")\n```\n\n```galaxy\nhistory_dataset_as_image(output=\"GenomeScope transformed log plot\")\n```\n\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
},
"steps": {
"0": {
Expand Down Expand Up @@ -73,13 +73,7 @@
"type": "parameter_input",
"uuid": "946bcadd-8ab0-4595-9985-abb574539844",
"when": null,
"workflow_outputs": [
{
"label": null,
"output_name": "output",
"uuid": "a4240190-0161-4966-b3f0-9a19b27e11fe"
}
]
"workflow_outputs": []
},
"2": {
"annotation": "Ploidy for the organism being assembled",
Expand All @@ -106,13 +100,7 @@
"type": "parameter_input",
"uuid": "e3848560-55a2-42a5-ac1a-487ccf084d92",
"when": null,
"workflow_outputs": [
{
"label": null,
"output_name": "output",
"uuid": "02e6daaf-94a2-4708-a932-abe0a450c10e"
}
]
"workflow_outputs": []
},
"3": {
"annotation": "",
Expand Down Expand Up @@ -381,16 +369,6 @@
"uuid": "955de351-ef19-42dc-89d7-ca213994515a",
"when": null,
"workflow_outputs": [
{
"label": "GenomeScope Model Parameters",
"output_name": "model_params",
"uuid": "cb88b945-413c-4e2d-81a9-dd838df902ff"
},
{
"label": "GenomeScope log plot",
"output_name": "log_plot",
"uuid": "988e2189-d5f2-4e9e-8fc2-4434e68e8501"
},
{
"label": "GenomeScope linear plot",
"output_name": "linear_plot",
Expand All @@ -410,6 +388,16 @@
"label": "GenomeScope summary",
"output_name": "summary",
"uuid": "b74004e1-4f4b-4f43-a9f0-2a7a0a70ca1d"
},
{
"label": "GenomeScope Model Parameters",
"output_name": "model_params",
"uuid": "cb88b945-413c-4e2d-81a9-dd838df902ff"
},
{
"label": "GenomeScope log plot",
"output_name": "log_plot",
"uuid": "988e2189-d5f2-4e9e-8fc2-4434e68e8501"
}
]
}
Expand All @@ -418,6 +406,6 @@
"Reviewed",
"VGP"
],
"uuid": "253fec6a-351a-40b8-b602-19a305142e85",
"version": 1
"uuid": "0808b15a-7e3e-4b06-b804-f3d2cc73981a",
"version": 2
}

0 comments on commit 839005f

Please sign in to comment.