Skip to content

Commit

Permalink
Merge pull request #316 from JoseEspinosa/patch
Browse files Browse the repository at this point in the history
Patch release 2.1.1
  • Loading branch information
JoseEspinosa committed Jul 21, 2023
2 parents d5037cd + e1f9c82 commit 415795d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/awsfulltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/atacseq/2.1.0" target="_blank">nf-core/atacseq</a>
This report has been generated by the <a href="https://github.com/nf-core/atacseq/2.1.1" target="_blank">nf-core/atacseq</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/atacseq/2.1.0/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/atacseq/2.1.1/output" target="_blank">documentation</a>.
data_format: "yaml"

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 415795d

Please sign in to comment.