Skip to content

Commit

Permalink
Merge pull request #640 from dannon/add-annotation-vgp1-kmer-profiling
Browse files Browse the repository at this point in the history
Add annotation for vgp1 kmer profiling workflow
  • Loading branch information
dannon authored Dec 17, 2024
2 parents f5d1685 + 6acb4bd commit 3e0a792
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
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

0 comments on commit 3e0a792

Please sign in to comment.