Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add annotation for vgp1 kmer profiling workflow #640

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.1.9] 2024-12-17
### Added
- Annotation for workflow describing its function

## [0.1.8] 2024-12-03

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
delta: 10000
GenomeScope summary:
asserts:
has_text:
text: '27,842 bp'
has_text:
text: '35,913 bp'
- has_text_matching:
expression: '27,84. bp'
- has_text_matching:
expression: '35,91. bp'
GenomeScope Model Parameters:
asserts:
has_text:
text: '0.0918418396430493'
has_text:
text: '27.44263'
- has_text_matching:
expression: '0.09184.*'
- has_text_matching:
expression: '27.44.*'
Merged Meryl Database:
asserts:
has_size:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"a_galaxy_workflow": "true",
"annotation": "",
"annotation": "Performs k-mer profiling on PacBio data and generates GenomeScope plots and summary for genome characteristics assessment.",
"comments": [],
"creator": [
{
Expand All @@ -15,7 +15,7 @@
],
"format-version": "0.1",
"license": "CC-BY-4.0",
"release": "0.1.8",
"release": "0.1.9",
"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## Workflow\n```galaxy\nworkflow_display()\n```\n"
Expand Down
Loading