Skip to content

Commit

Permalink
prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 6, 2023
1 parent 125d577 commit de7e7e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.1.0dev
## v2.1.0 - Grace Hopper

### `Added`

- [#61](https://github.com/nf-core/bamtofastq/pull/61) Sync TEMPLATE with tools 2.9
- [#64](https://github.com/nf-core/bamtofastq/pull/64) Sync TEMPLATE with tools 2.10

### `Changed`

Expand Down
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/bamtofastq/releases/tag/dev" target="_blank">nf-core/bamtofastq</a>
This report has been generated by the <a href="https://github.com/nf-core/bamtofastq/releases/tag/2.1.0" target="_blank">nf-core/bamtofastq</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/bamtofastq/dev/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/bamtofastq/2.1.0/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-bamtofastq-methods-description":
order: -1000
Expand Down
3 changes: 1 addition & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ params {
custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}"
config_profile_contact = null
config_profile_url = null


// Max resource options
// Defaults only, expecting to be overwritten
Expand Down Expand Up @@ -242,7 +241,7 @@ manifest {
description = """Workflow converts one or multiple bam/cram files to fastq format"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.1.0dev'
version = '2.1.0'
doi = 'https://doi.org/10.5281/zenodo.4710628'
}

Expand Down

0 comments on commit de7e7e1

Please sign in to comment.