Skip to content

Commit

Permalink
Fix up changelog
Browse files Browse the repository at this point in the history
Co-authored-by: Bérénice Batut <[email protected]>
  • Loading branch information
mvdbeek and bebatut authored Aug 26, 2024
1 parent bc13143 commit 4c026c1
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion workflows/microbiome/nanopore-pre-processing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## [0.2] 2024-06-28
## [0.1.1] 2024-08-26

### Automatic update
- `toolshed.g2.bx.psu.edu/repos/iuc/kraken2/kraken2/2.1.1+galaxy1` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/kraken2/kraken2/2.1.3+galaxy1`
- `toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.74+galaxy0` was updated to `toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.74+galaxy1`

## [0.1] 2024-04-25

Original file line number Diff line number Diff line change
@@ -192,7 +192,7 @@
],
"format-version": "0.1",
"license": "MIT",
"release": "0.2.1",
"release": "0.1.1",
"name": "Nanopore Preprocessing",
"report": {
"markdown": "# Nanopore - Preprocessing Workflow Report\nBelow are the results of the Preprocessing Workflow\n\nThis workflow was run on:\n\n```galaxy\ngenerate_time()\n```\n\nWith Galaxy version:\n\n```galaxy\ngenerate_galaxy_version()\n```\n\n## Workflow Inputs\nA collection of all sample reads (all in the same sequence file format, e.g.: Fastq, Fastq.gz, Fastqsanger, etc.)\n\n## Workflow Outputs\n\n### Multi QC Report of all samples before reads quality retaining\n\n```galaxy\nhistory_dataset_as_image(output=\"multiQC_html_report_before_preprocessing\")\n```\n### Multi QC Report of all samples after reads quality retaining\n\n```galaxy\nhistory_dataset_as_image(output=\"multiQC_html_report_after_preprocessing\")\n```\n\n### Table of the total number of reads and the number of host reads\n\n```galaxy\nhistory_dataset_display(output=\"removed_hosts_percentage_tabular\")\n```\n\n"

0 comments on commit 4c026c1

Please sign in to comment.