diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml
index d904d3fe..944f4c35 100644
--- a/.github/workflows/awsfulltest.yml
+++ b/.github/workflows/awsfulltest.yml
@@ -27,7 +27,7 @@ jobs:
parameters: |
{
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
- "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/atacseq/results-${{ github.sha }}"
+ "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/atacseq/results-${{ github.sha }}",
"aligner": "${{ matrix.aligner }}"
}
profiles: test_full
diff --git a/CHANGELOG.md b/CHANGELOG.md
index badcbb04..c814b8ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
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).
+## [[2.1.1](https://github.com/nf-core/atacseq/releases/tag/2.1.1)] - 2022-07-21
+
+- Minor patch release to fix AWS full test.
+
## [[2.1.0](https://github.com/nf-core/atacseq/releases/tag/2.1.0)] - 2022-07-21
### Credits
diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml
index 03707ba5..7fb907c9 100644
--- a/assets/multiqc_config.yml
+++ b/assets/multiqc_config.yml
@@ -1,7 +1,7 @@
report_comment: >
- This report has been generated by the nf-core/atacseq
+ This report has been generated by the nf-core/atacseq
analysis pipeline. For information about how to interpret these results, please see the
- documentation.
+ documentation.
data_format: "yaml"
diff --git a/nextflow.config b/nextflow.config
index 251cf88b..6cdb5ae2 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -286,7 +286,7 @@ manifest {
description = """ATACSeq peak-calling and differential analysis pipeline."""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
- version = '2.1.0'
+ version = '2.1.1'
doi = 'https://doi.org/10.5281/zenodo.2634132'
}