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

CHORES: Prepare Release 2.1.0 #66

Merged
merged 1 commit into from
Oct 6, 2023
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
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3


### `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